Html Css Color HEX #BB6E3E Zest

📋 copy color: '#BB6E3E'

red 187 ◦ green 110 ◦ blue 62

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

Shades of Zest #BB6E3E

Tints of Zest #BB6E3E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.64%

 BLUE value IS 62 (24.61% from 255) = 17.27%

R = 52.09%
G = 30.64%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB6E3E (or 0xBB6E3E) is known color: Zest. HEX triplet: BB, 6E and 3E. RGB value is (187,110,62). Sum of RGB (Red+Green+Blue) = 187+110+62=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 62 (24.61% from 255 or 17.27% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6E3E is #4491C1. Grayscale: #7F7F7F. Windows color (decimal): -4493762 or 4091579. OLE color: 4091579.

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

Color convert

RGB 187 110 62 -
CMYK 0 0.41 0.67 0.27
HSL 23.04º 0.5% 0.49% -
HSV(B) 23.04º 0.67% 0.73% -
XYZ 26.94 22.06 7.4 -
YUV 127.55 91.01 170.4 -
System Red Green Blue C M Y K H S L
Decimal 187 110 62 0 0.41 0.67 0.27 23.04 0.5 0.49
Hex BB 6E 3E 0 29 43 1B 17 32 31
Octal 273 156 76 0 51 103 33 27 62 61
Binary 10111011 1101110 111110 0 101001 1000011 11011 10111 110010 110001

Color Harmonies of #BB6E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6E3E

Black with #BB6E3E

Text Example


Text Example

White with #BB6E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6E3E; }

 p { color: rgb(187,110,62); }

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

background-color css

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

 a { background-color: rgb(187,110,62); }

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

border-color css

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

 span { border-color: rgb(187,110,62); }

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