Html Css Color HEX #BB8549 Tussock

📋 copy color: '#BB8549'

red 187 ◦ green 133 ◦ blue 73

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

Shades of Tussock #BB8549

Tints of Tussock #BB8549

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.84%

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

R = 47.58%
G = 33.84%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB8549 (or 0xBB8549) is known color: Tussock. HEX triplet: BB, 85 and 49. RGB value is (187,133,73). Sum of RGB (Red+Green+Blue) = 187+133+73=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8549 is #447AB6. Grayscale: #8E8E8E. Windows color (decimal): -4487863 or 4818363. OLE color: 4818363.

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

Color convert

RGB 187 133 73 -
CMYK 0 0.29 0.61 0.27
HSL 31.58º 0.46% 0.51% -
HSV(B) 31.58º 0.61% 0.73% -
XYZ 30.08 27.82 10.09 -
YUV 142.31 88.89 159.88 -
System Red Green Blue C M Y K H S L
Decimal 187 133 73 0 0.29 0.61 0.27 31.58 0.46 0.51
Hex BB 85 49 0 1D 3D 1B 20 2E 33
Octal 273 205 111 0 35 75 33 40 56 63
Binary 10111011 10000101 1001001 0 11101 111101 11011 100000 101110 110011

Color Harmonies of #BB8549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8549

Black with #BB8549

Text Example


Text Example

White with #BB8549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8549; }

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

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

background-color css

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

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

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

border-color css

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

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

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