Html Css Color HEX #BB8849 Tussock

📋 copy color: '#BB8849'

red 187 ◦ green 136 ◦ blue 73

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

Shades of Tussock #BB8849

Tints of Tussock #BB8849

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.34%

 BLUE value IS 73 (28.91% from 255) = 18.43%

R = 47.22%
G = 34.34%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB8849 (or 0xBB8849) is known color: Tussock. HEX triplet: BB, 88 and 49. RGB value is (187,136,73). Sum of RGB (Red+Green+Blue) = 187+136+73=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8849 is #4477B6. Grayscale: #909090. Windows color (decimal): -4487095 or 4819131. OLE color: 4819131.

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

Color convert

RGB 187 136 73 -
CMYK 0 0.27 0.61 0.27
HSL 33.16º 0.46% 0.51% -
HSV(B) 33.16º 0.61% 0.73% -
XYZ 30.5 28.65 10.23 -
YUV 144.07 87.9 158.62 -
System Red Green Blue C M Y K H S L
Decimal 187 136 73 0 0.27 0.61 0.27 33.16 0.46 0.51
Hex BB 88 49 0 1B 3D 1B 21 2E 33
Octal 273 210 111 0 33 75 33 41 56 63
Binary 10111011 10001000 1001001 0 11011 111101 11011 100001 101110 110011

Color Harmonies of #BB8849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8849

Black with #BB8849

Text Example


Text Example

White with #BB8849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8849; }

 p { color: rgb(187,136,73); }

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

background-color css

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

 a { background-color: rgb(187,136,73); }

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

border-color css

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

 span { border-color: rgb(187,136,73); }

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