Color Hex Logo

#bb793a Color Hex

#BB793A
(187,121,58)
0 Favorites   0 Comments

Color spaces of #bb793a

RGB 18712158
HSL0.080.530.48
HSV29°69°73°
CMYK 0.000.350.69   0.27
XYZ28.094624.54507.2599
Yxy24.54500.46900.4098
Hunter Lab49.542914.523025.9918
CIE-Lab56.629420.009244.1232

#bb793a color RGB value is (187,121,58).

#bb793a hex color red value is 187, green value is 121 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bb793a hue: 0.08 , saturation: 0.53 and the lightness value of bb793a is 0.48.

The process color (four color CMYK) of #bb793a color hex is 0.00, 0.35, 0.69, 0.27. Web safe color of #bb793a is #cc6633. Color #bb793a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111001 00111010
Octal 273 171 72
Decimal 187 121 58
Hex BB 79 3A

RGB Percentages of Color #bb793a

%51.09
%33.06
%15.85

CMYK Percentages of Color #bb793a

%0
%35
%69
%27

Triadic Colors of #bb793a

#bb793a #3abb79 #793abb

Analogous Colors of #bb793a

#bb793a #bbba3a #bb3a3b

Monochromatic Colors of #bb793a

#bb793a

Complementary Color

#bb793a #3a7cbb

#bb793a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb793a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb793a Color CSS Codes

.mybgcolor {background-color:#bb793a; } 
.myforecolor {color:#bb793a; }
.mybordercolor {border:3px solid #bb793a; }

#bb793a Text Font Color

<p style="color:#bb793a">Text here</p>

This sample text font color is #bb793a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bb793a Background Color

<div style="background-color:#bb793a">
Div content here</div>

This div background color is #bb793a


#bb793a Border Color

<div style="border:3px solid #bb793a">
Div here</div>

This div border color is #bb793a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,121,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bb793a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bb793a;
  -webkit-box-shadow: 1px 1px 3px 2px #bb793a;
  box-shadow:         1px 1px 3px 2px #bb793a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,121,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bb793a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bb793a;
  -webkit-box-shadow: 1px 1px 3px 2px #bb793a;
  box-shadow:         1px 1px 3px 2px #bb793a;">
Div content here</div>

This div box has shadow with color #bb793a


Comments

No comments written yet.

Please login to write comment.