Html Css Color HEX #BB8F47 Tussock

📋 copy color: '#BB8F47'

red 187 ◦ green 143 ◦ blue 71

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

Shades of Tussock #BB8F47

Tints of Tussock #BB8F47

RGB

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

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

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

R = 46.63%
G = 35.66%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BB8F47 (or 0xBB8F47) is known color: Tussock. HEX triplet: BB, 8F and 47. RGB value is (187,143,71). Sum of RGB (Red+Green+Blue) = 187+143+71=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 71 (28.12% from 255 or 17.71% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8F47 is #4470B8. Grayscale: #949494. Windows color (decimal): -4485305 or 4689851. OLE color: 4689851.

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

Color convert

RGB 187 143 71 -
CMYK 0 0.24 0.62 0.27
HSL 37.24º 0.46% 0.51% -
HSV(B) 37.24º 0.62% 0.73% -
XYZ 31.45 30.66 10.22 -
YUV 147.95 84.58 155.85 -
System Red Green Blue C M Y K H S L
Decimal 187 143 71 0 0.24 0.62 0.27 37.24 0.46 0.51
Hex BB 8F 47 0 18 3E 1B 25 2E 33
Octal 273 217 107 0 30 76 33 45 56 63
Binary 10111011 10001111 1000111 0 11000 111110 11011 100101 101110 110011

Color Harmonies of #BB8F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8F47

Black with #BB8F47

Text Example


Text Example

White with #BB8F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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