Html Css Color HEX #BB8F49 Tussock

📋 copy color: '#BB8F49'

red 187 ◦ green 143 ◦ blue 73

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

Shades of Tussock #BB8F49

Tints of Tussock #BB8F49

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.48%

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

R = 46.4%
G = 35.48%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB8F49 (or 0xBB8F49) is known color: Tussock. HEX triplet: BB, 8F and 49. RGB value is (187,143,73). Sum of RGB (Red+Green+Blue) = 187+143+73=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 73 (28.91% from 255 or 18.11% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8F49 is #4470B6. Grayscale: #949494. Windows color (decimal): -4485303 or 4820923. OLE color: 4820923.

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

Color convert

RGB 187 143 73 -
CMYK 0 0.24 0.61 0.27
HSL 36.84º 0.46% 0.51% -
HSV(B) 36.84º 0.61% 0.73% -
XYZ 31.52 30.69 10.57 -
YUV 148.18 85.58 155.69 -
System Red Green Blue C M Y K H S L
Decimal 187 143 73 0 0.24 0.61 0.27 36.84 0.46 0.51
Hex BB 8F 49 0 18 3D 1B 25 2E 33
Octal 273 217 111 0 30 75 33 45 56 63
Binary 10111011 10001111 1001001 0 11000 111101 11011 100101 101110 110011

Color Harmonies of #BB8F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8F49

Black with #BB8F49

Text Example


Text Example

White with #BB8F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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