Html Css Color HEX #BB8949 Tussock

📋 copy color: '#BB8949'

red 187 ◦ green 137 ◦ blue 73

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

Shades of Tussock #BB8949

Tints of Tussock #BB8949

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.51%

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

R = 47.1%
G = 34.51%
B = 18.39%

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

#BB8949 (or 0xBB8949) is known color: Tussock. HEX triplet: BB, 89 and 49. RGB value is (187,137,73). Sum of RGB (Red+Green+Blue) = 187+137+73=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8949 is #4476B6. Grayscale: #909090. Windows color (decimal): -4486839 or 4819387. OLE color: 4819387.

HSL color Cylindrical-coordinate representation of color #BB8949: hue angle of 33.68º 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 #BB8949 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 137 73 -
CMYK 0 0.27 0.61 0.27
HSL 33.68º 0.46% 0.51% -
HSV(B) 33.68º 0.61% 0.73% -
XYZ 30.64 28.94 10.27 -
YUV 144.65 87.57 158.2 -
System Red Green Blue C M Y K H S L
Decimal 187 137 73 0 0.27 0.61 0.27 33.68 0.46 0.51
Hex BB 89 49 0 1B 3D 1B 22 2E 33
Octal 273 211 111 0 33 75 33 42 56 63
Binary 10111011 10001001 1001001 0 11011 111101 11011 100010 101110 110011

Color Harmonies of #BB8949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8949

Black with #BB8949

Text Example


Text Example

White with #BB8949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8949; }

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

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

background-color css

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

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

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

border-color css

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

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

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