Html Css Color HEX #BB6E3C Zest

📋 copy color: '#BB6E3C'

red 187 ◦ green 110 ◦ blue 60

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

Shades of Zest #BB6E3C

Tints of Zest #BB6E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.81%

R = 52.38%
G = 30.81%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB6E3C (or 0xBB6E3C) is known color: Zest. HEX triplet: BB, 6E and 3C. RGB value is (187,110,60). Sum of RGB (Red+Green+Blue) = 187+110+60=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6E3C is #4491C3. Grayscale: #7F7F7F. Windows color (decimal): -4493764 or 3960507. OLE color: 3960507.

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

Color convert

RGB 187 110 60 -
CMYK 0 0.41 0.68 0.27
HSL 23.62º 0.51% 0.48% -
HSV(B) 23.62º 0.68% 0.73% -
XYZ 26.89 22.04 7.11 -
YUV 127.32 90.01 170.57 -
System Red Green Blue C M Y K H S L
Decimal 187 110 60 0 0.41 0.68 0.27 23.62 0.51 0.48
Hex BB 6E 3C 0 29 44 1B 18 33 30
Octal 273 156 74 0 51 104 33 30 63 60
Binary 10111011 1101110 111100 0 101001 1000100 11011 11000 110011 110000

Color Harmonies of #BB6E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6E3C

Black with #BB6E3C

Text Example


Text Example

White with #BB6E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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