#BB874F

Color #BB874F Tussock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tussock #BB874F

Tints of Tussock #BB874F

Color information

#BB874F (or 0xBB874F) is unknown color: approx Tussock. HEX triplet: BB, 87 and 4F. RGB value is (187,135,79). Sum of RGB (Red+Green+Blue) = 187+135+79=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 79 (31.25% from 255 or 19.70% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB874F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB874F is #4478B0. Grayscale: #909090. Windows color (decimal): -4487345 or 5212091. OLE color: 5212091.

HSL color Cylindrical-coordinate representation of color #BB874F: hue angle of 31.11º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB874F is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB18713579-
CMYK00.280.580.27
HSL31.11º44.26%52.16%-
HSV(B)31.11º57.75%73.33%-
XYZ30.5728.4611.28-
YUV144.1691.23158.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.63%
GREEN value IS 135 (53.12% from 255) = 33.67%
BLUE value IS 79 (31.25% from 255) = 19.70%
R=46.63%
G=33.67%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871357900.280.580.2731.1144.2652.16
HexBB874F01C3A1B1f2c34
Octal2732071170347233375464
Binary101110111000011110011110111001110101101111111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB874F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB874F; }

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

 H1.HeaderClassName
 {
   color: #BB874F;
 }
 .AnyTagClassName
 {
   color: #BB874F;
 }
</style>
background-color css

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

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

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

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

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

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