#BB8F4F

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

Shades of Tussock #BB8F4F

Tints of Tussock #BB8F4F

Color information

#BB8F4F (or 0xBB8F4F) is unknown color: approx Tussock. HEX triplet: BB, 8F and 4F. RGB value is (187,143,79). Sum of RGB (Red+Green+Blue) = 187+143+79=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 79 (31.25% from 255 or 19.32% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8F4F is #4470B0. Grayscale: #959595. Windows color (decimal): -4485297 or 5214139. OLE color: 5214139.

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

Color convert

RGB18714379-
CMYK00.240.580.27
HSL35.56º44.26%52.16%-
HSV(B)35.56º57.75%73.33%-
XYZ31.7330.7711.66-
YUV148.8688.58155.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.72%
GREEN value IS 143 (56.25% from 255) = 34.96%
BLUE value IS 79 (31.25% from 255) = 19.32%
R=45.72%
G=34.96%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871437900.240.580.2735.5644.2652.16
HexBB8F4F0183A1B242c34
Octal2732171170307233445464
Binary1011101110001111100111101100011101011011100100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8F4F; }

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

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

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

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

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

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

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

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