Html Css Color HEX #BB8D47 Tussock

📋 copy color: '#BB8D47'

red 187 ◦ green 141 ◦ blue 71

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

Shades of Tussock #BB8D47

Tints of Tussock #BB8D47

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.34%

 BLUE value IS 71 (28.13% from 255) = 17.79%

R = 46.87%
G = 35.34%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BB8D47 (or 0xBB8D47) is known color: Tussock. HEX triplet: BB, 8D and 47. RGB value is (187,141,71). Sum of RGB (Red+Green+Blue) = 187+141+71=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 71 (28.12% from 255 or 17.79% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8D47 is #4472B8. Grayscale: #939393. Windows color (decimal): -4485817 or 4689339. OLE color: 4689339.

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

Color convert

RGB 187 141 71 -
CMYK 0 0.25 0.62 0.27
HSL 36.21º 0.46% 0.51% -
HSV(B) 36.21º 0.62% 0.73% -
XYZ 31.16 30.07 10.12 -
YUV 146.77 85.24 156.69 -
System Red Green Blue C M Y K H S L
Decimal 187 141 71 0 0.25 0.62 0.27 36.21 0.46 0.51
Hex BB 8D 47 0 19 3E 1B 24 2E 33
Octal 273 215 107 0 31 76 33 44 56 63
Binary 10111011 10001101 1000111 0 11001 111110 11011 100100 101110 110011

Color Harmonies of #BB8D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8D47

Black with #BB8D47

Text Example


Text Example

White with #BB8D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8D47; }

 p { color: rgb(187,141,71); }

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

background-color css

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

 a { background-color: rgb(187,141,71); }

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

border-color css

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

 span { border-color: rgb(187,141,71); }

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