Html Css Color HEX #BB7142 Zest

📋 copy color: '#BB7142'

red 187 ◦ green 113 ◦ blue 66

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

Shades of Zest #BB7142

Tints of Zest #BB7142

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.87%

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

R = 51.09%
G = 30.87%
B = 18.03%

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

#BB7142 (or 0xBB7142) is known color: Zest. HEX triplet: BB, 71 and 42. RGB value is (187,113,66). Sum of RGB (Red+Green+Blue) = 187+113+66=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7142 is #448EBD. Grayscale: #828282. Windows color (decimal): -4492990 or 4354491. OLE color: 4354491.

HSL color Cylindrical-coordinate representation of color #BB7142: hue angle of 23.31º 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 #BB7142 is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 113 66 -
CMYK 0 0.40 0.65 0.27
HSL 23.31º 0.48% 0.5% -
HSV(B) 23.31º 0.65% 0.73% -
XYZ 27.38 22.77 8.11 -
YUV 129.77 92.02 168.82 -
System Red Green Blue C M Y K H S L
Decimal 187 113 66 0 0.40 0.65 0.27 23.31 0.48 0.5
Hex BB 71 42 0 28 41 1B 17 30 32
Octal 273 161 102 0 50 101 33 27 60 62
Binary 10111011 1110001 1000010 0 101000 1000001 11011 10111 110000 110010

Color Harmonies of #BB7142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7142

Black with #BB7142

Text Example


Text Example

White with #BB7142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7142; }

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

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

background-color css

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

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

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

border-color css

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

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

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