Html Css Color HEX #BB7042 Zest

📋 copy color: '#BB7042'

red 187 ◦ green 112 ◦ blue 66

#BB7042
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zest #BB7042

Tints of Zest #BB7042

RGB

 RED value IS 187 (73.44% from 255) = 51.23%

 GREEN value IS 112 (44.14% from 255) = 30.68%

 BLUE value IS 66 (26.17% from 255) = 18.08%

R = 51.23%
G = 30.68%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.65

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BB7042 (or 0xBB7042) is known color: Zest. HEX triplet: BB, 70 and 42. RGB value is (187,112,66). Sum of RGB (Red+Green+Blue) = 187+112+66=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7042 is #448FBD. Grayscale: #818181. Windows color (decimal): -4493246 or 4354235. OLE color: 4354235.

HSL color Cylindrical-coordinate representation of color #BB7042: hue angle of 22.81º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB7042 is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 112 66 -
CMYK 0 0.40 0.65 0.27
HSL 22.81º 0.48% 0.5% -
HSV(B) 22.81º 0.65% 0.73% -
XYZ 27.27 22.55 8.07 -
YUV 129.18 92.35 169.24 -
System Red Green Blue C M Y K H S L
Decimal 187 112 66 0 0.40 0.65 0.27 22.81 0.48 0.5
Hex BB 70 42 0 28 41 1B 17 30 32
Octal 273 160 102 0 50 101 33 27 60 62
Binary 10111011 1110000 1000010 0 101000 1000001 11011 10111 110000 110010

Color Harmonies of #BB7042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7042

Black with #BB7042

Text Example


Text Example

White with #BB7042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7042; }

 p { color: rgb(187,112,66); }

 H1.HeaderClassName
 {
   color: #BB7042;
 }
 .AnyTagClassName
 {
   color: #BB7042;
 }
</style>

background-color css

<style>
 a { background-color: #BB7042; }

 a { background-color: rgb(187,112,66); }

 div.DivClassName
 {
   background-color: #BB7042;
 }
 .BgClassName
 {
   background-color: #BB7042;
 }
</style>

border-color css

<style>
 span { border-color: #BB7042; }

 span { border-color: rgb(187,112,66); }

 td.TdClassName
 {
   border-color: #BB7042;
 }
 .TagClassName
 {
   border-color: #BB7042;
 }
</style>