Html Css Color HEX #BB6E3B Zest

📋 copy color: '#BB6E3B'

red 187 ◦ green 110 ◦ blue 59

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

Shades of Zest #BB6E3B

Tints of Zest #BB6E3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.57%

R = 52.53%
G = 30.9%
B = 16.57%

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

#BB6E3B (or 0xBB6E3B) is known color: Zest. HEX triplet: BB, 6E and 3B. RGB value is (187,110,59). Sum of RGB (Red+Green+Blue) = 187+110+59=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 59 (23.44% from 255 or 16.57% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6E3B is #4491C4. Grayscale: #7F7F7F. Windows color (decimal): -4493765 or 3894971. OLE color: 3894971.

HSL color Cylindrical-coordinate representation of color #BB6E3B: hue angle of 23.91º degrees, saturation: 0.52, 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 #BB6E3B is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 110 59 -
CMYK 0 0.41 0.68 0.27
HSL 23.91º 0.52% 0.48% -
HSV(B) 23.91º 0.68% 0.73% -
XYZ 26.86 22.03 6.97 -
YUV 127.21 89.51 170.65 -
System Red Green Blue C M Y K H S L
Decimal 187 110 59 0 0.41 0.68 0.27 23.91 0.52 0.48
Hex BB 6E 3B 0 29 44 1B 18 34 30
Octal 273 156 73 0 51 104 33 30 64 60
Binary 10111011 1101110 111011 0 101001 1000100 11011 11000 110100 110000

Color Harmonies of #BB6E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6E3B

Black with #BB6E3B

Text Example


Text Example

White with #BB6E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6E3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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