Html Css Color HEX #BB8B47 Tussock

📋 copy color: '#BB8B47'

red 187 ◦ green 139 ◦ blue 71

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

Shades of Tussock #BB8B47

Tints of Tussock #BB8B47

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.01%

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

R = 47.1%
G = 35.01%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BB8B47 (or 0xBB8B47) is known color: Tussock. HEX triplet: BB, 8B and 47. RGB value is (187,139,71). Sum of RGB (Red+Green+Blue) = 187+139+71=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 71 (28.12% from 255 or 17.88% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8B47 is #4474B8. Grayscale: #919191. Windows color (decimal): -4486329 or 4688827. OLE color: 4688827.

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

Color convert

RGB 187 139 71 -
CMYK 0 0.26 0.62 0.27
HSL 35.17º 0.46% 0.51% -
HSV(B) 35.17º 0.62% 0.73% -
XYZ 30.86 29.48 10.03 -
YUV 145.6 85.9 157.53 -
System Red Green Blue C M Y K H S L
Decimal 187 139 71 0 0.26 0.62 0.27 35.17 0.46 0.51
Hex BB 8B 47 0 1A 3E 1B 23 2E 33
Octal 273 213 107 0 32 76 33 43 56 63
Binary 10111011 10001011 1000111 0 11010 111110 11011 100011 101110 110011

Color Harmonies of #BB8B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8B47

Black with #BB8B47

Text Example


Text Example

White with #BB8B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8B47; }

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

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

background-color css

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

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

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

border-color css

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

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

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