Html Css Color HEX #BB7144 Zest

📋 copy color: '#BB7144'

red 187 ◦ green 113 ◦ blue 68

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

Shades of Zest #BB7144

Tints of Zest #BB7144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.48%

R = 50.82%
G = 30.71%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB7144 (or 0xBB7144) is known color: Zest. HEX triplet: BB, 71 and 44. RGB value is (187,113,68). Sum of RGB (Red+Green+Blue) = 187+113+68=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 68 (26.95% from 255 or 18.48% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7144 is #448EBB. Grayscale: #828282. Windows color (decimal): -4492988 or 4485563. OLE color: 4485563.

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

Color convert

RGB 187 113 68 -
CMYK 0 0.40 0.64 0.27
HSL 22.69º 0.47% 0.5% -
HSV(B) 22.69º 0.64% 0.73% -
XYZ 27.44 22.79 8.42 -
YUV 130 93.02 168.66 -
System Red Green Blue C M Y K H S L
Decimal 187 113 68 0 0.40 0.64 0.27 22.69 0.47 0.5
Hex BB 71 44 0 28 40 1B 17 2F 32
Octal 273 161 104 0 50 100 33 27 57 62
Binary 10111011 1110001 1000100 0 101000 1000000 11011 10111 101111 110010

Color Harmonies of #BB7144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7144

Black with #BB7144

Text Example


Text Example

White with #BB7144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7144; }

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

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

background-color css

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

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

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

border-color css

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

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

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