Html Css Color HEX #BB8747 Tussock

📋 copy color: '#BB8747'

red 187 ◦ green 135 ◦ blue 71

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

Shades of Tussock #BB8747

Tints of Tussock #BB8747

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.35%

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

R = 47.58%
G = 34.35%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BB8747 (or 0xBB8747) is known color: Tussock. HEX triplet: BB, 87 and 47. RGB value is (187,135,71). Sum of RGB (Red+Green+Blue) = 187+135+71=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 71 (28.12% from 255 or 18.07% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8747 is #4478B8. Grayscale: #8F8F8F. Windows color (decimal): -4487353 or 4687803. OLE color: 4687803.

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

Color convert

RGB 187 135 71 -
CMYK 0 0.28 0.62 0.27
HSL 33.1º 0.46% 0.51% -
HSV(B) 33.1º 0.62% 0.73% -
XYZ 30.29 28.35 9.84 -
YUV 143.25 87.23 159.2 -
System Red Green Blue C M Y K H S L
Decimal 187 135 71 0 0.28 0.62 0.27 33.1 0.46 0.51
Hex BB 87 47 0 1C 3E 1B 21 2E 33
Octal 273 207 107 0 34 76 33 41 56 63
Binary 10111011 10000111 1000111 0 11100 111110 11011 100001 101110 110011

Color Harmonies of #BB8747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8747

Black with #BB8747

Text Example


Text Example

White with #BB8747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8747; }

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

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

background-color css

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

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

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

border-color css

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

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

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