Html Css Color HEX #BB7141 Zest

📋 copy color: '#BB7141'

red 187 ◦ green 113 ◦ blue 65

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

Shades of Zest #BB7141

Tints of Zest #BB7141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.81%

R = 51.23%
G = 30.96%
B = 17.81%

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

#BB7141 (or 0xBB7141) is known color: Zest. HEX triplet: BB, 71 and 41. RGB value is (187,113,65). Sum of RGB (Red+Green+Blue) = 187+113+65=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7141 is #448EBE. Grayscale: #818181. Windows color (decimal): -4492991 or 4288955. OLE color: 4288955.

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

Color convert

RGB 187 113 65 -
CMYK 0 0.40 0.65 0.27
HSL 23.61º 0.48% 0.49% -
HSV(B) 23.61º 0.65% 0.73% -
XYZ 27.35 22.76 7.95 -
YUV 129.65 91.52 168.9 -
System Red Green Blue C M Y K H S L
Decimal 187 113 65 0 0.40 0.65 0.27 23.61 0.48 0.49
Hex BB 71 41 0 28 41 1B 18 30 31
Octal 273 161 101 0 50 101 33 30 60 61
Binary 10111011 1110001 1000001 0 101000 1000001 11011 11000 110000 110001

Color Harmonies of #BB7141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7141

Black with #BB7141

Text Example


Text Example

White with #BB7141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7141; }

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

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

background-color css

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

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

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

border-color css

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

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

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