Html Css Color HEX #BB7040 Zest

📋 copy color: '#BB7040'

red 187 ◦ green 112 ◦ blue 64

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

Shades of Zest #BB7040

Tints of Zest #BB7040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.63%

R = 51.52%
G = 30.85%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB7040 (or 0xBB7040) is known color: Zest. HEX triplet: BB, 70 and 40. RGB value is (187,112,64). Sum of RGB (Red+Green+Blue) = 187+112+64=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7040 is #448FBF. Grayscale: #818181. Windows color (decimal): -4493248 or 4223163. OLE color: 4223163.

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

Color convert

RGB 187 112 64 -
CMYK 0 0.40 0.66 0.27
HSL 23.41º 0.49% 0.49% -
HSV(B) 23.41º 0.66% 0.73% -
XYZ 27.21 22.52 7.76 -
YUV 128.95 91.35 169.4 -
System Red Green Blue C M Y K H S L
Decimal 187 112 64 0 0.40 0.66 0.27 23.41 0.49 0.49
Hex BB 70 40 0 28 42 1B 17 31 31
Octal 273 160 100 0 50 102 33 27 61 61
Binary 10111011 1110000 1000000 0 101000 1000010 11011 10111 110001 110001

Color Harmonies of #BB7040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7040

Black with #BB7040

Text Example


Text Example

White with #BB7040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7040; }

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

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

background-color css

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

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

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

border-color css

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

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

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