#B9934E

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

Shades of Tussock #B9934E

Tints of Tussock #B9934E

Color information

#B9934E (or 0xB9934E) is unknown color: approx Tussock. HEX triplet: B9, 93 and 4E. RGB value is (185,147,78). Sum of RGB (Red+Green+Blue) = 185+147+78=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 78 (30.86% from 255 or 19.02% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B9934E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9934E is #466CB1. Grayscale: #969696. Windows color (decimal): -4615346 or 5149625. OLE color: 5149625.

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

Color convert

RGB18514778-
CMYK00.210.580.27
HSL38.69º43.32%51.57%-
HSV(B)38.69º57.84%72.55%-
XYZ31.8231.7311.66-
YUV150.587.09152.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.12%
GREEN value IS 147 (57.81% from 255) = 35.85%
BLUE value IS 78 (30.86% from 255) = 19.02%
R=45.12%
G=35.85%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851477800.210.580.2738.6943.3251.57
HexB9934E0153A1B272b34
Octal2712231160257233475364
Binary1011100110010011100111001010111101011011100111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9934E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9934E; }

 p { color: rgb(185,147,78); }

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

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

 a { background-color: rgb(185,147,78); }

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

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

 span { border-color: rgb(185,147,78); }

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