#B9914F

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

Shades of Tussock #B9914F

Tints of Tussock #B9914F

Color information

#B9914F (or 0xB9914F) is unknown color: approx Tussock. HEX triplet: B9, 91 and 4F. RGB value is (185,145,79). Sum of RGB (Red+Green+Blue) = 185+145+79=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 79 (31.25% from 255 or 19.32% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B9914F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9914F is #466EB0. Grayscale: #959595. Windows color (decimal): -4615857 or 5214649. OLE color: 5214649.

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

Color convert

RGB18514579-
CMYK00.220.570.27
HSL37.36º43.09%51.76%-
HSV(B)37.36º57.3%72.55%-
XYZ31.5431.1311.74-
YUV149.4488.25153.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.23%
GREEN value IS 145 (57.03% from 255) = 35.45%
BLUE value IS 79 (31.25% from 255) = 19.32%
R=45.23%
G=35.45%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851457900.220.570.2737.3643.0951.76
HexB9914F016391B252b34
Octal2712211170267133455364
Binary1011100110010001100111101011011100111011100101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9914F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9914F; }

 p { color: rgb(185,145,79); }

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

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

 a { background-color: rgb(185,145,79); }

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

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

 span { border-color: rgb(185,145,79); }

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