#B6914F

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

Shades of Tussock #B6914F

Tints of Tussock #B6914F

Color information

#B6914F (or 0xB6914F) is unknown color: approx Tussock. HEX triplet: B6, 91 and 4F. RGB value is (182,145,79). Sum of RGB (Red+Green+Blue) = 182+145+79=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 79 (31.25% from 255 or 19.46% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B6914F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6914F is #496EB0. Grayscale: #949494. Windows color (decimal): -4812465 or 5214646. OLE color: 5214646.

HSL color Cylindrical-coordinate representation of color #B6914F: hue angle of 38.45º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B6914F is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB18214579-
CMYK00.200.570.29
HSL38.45º41.37%51.18%-
HSV(B)38.45º56.59%71.37%-
XYZ30.8330.7611.71-
YUV148.5488.76151.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.83%
GREEN value IS 145 (57.03% from 255) = 35.71%
BLUE value IS 79 (31.25% from 255) = 19.46%
R=44.83%
G=35.71%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821457900.200.570.2938.4541.3751.18
HexB6914F014391D262933
Octal2662211170247135465163
Binary1011011010010001100111101010011100111101100110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6914F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6914F; }

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

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

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

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

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

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

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

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