#B6904E

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

Shades of Tussock #B6904E

Tints of Tussock #B6904E

Color information

#B6904E (or 0xB6904E) is unknown color: approx Tussock. HEX triplet: B6, 90 and 4E. RGB value is (182,144,78). Sum of RGB (Red+Green+Blue) = 182+144+78=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 78 (30.86% from 255 or 19.31% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B6904E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6904E is #496FB1. Grayscale: #949494. Windows color (decimal): -4812722 or 5148854. OLE color: 5148854.

HSL color Cylindrical-coordinate representation of color #B6904E: hue angle of 38.08º degrees, saturation: 0.42, 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 #B6904E is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB18214478-
CMYK00.210.570.29
HSL38.08º41.6%50.98%-
HSV(B)38.08º57.14%71.37%-
XYZ30.6430.4411.47-
YUV147.8488.59152.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.05%
GREEN value IS 144 (56.64% from 255) = 35.64%
BLUE value IS 78 (30.86% from 255) = 19.31%
R=45.05%
G=35.64%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821447800.210.570.2938.0841.650.98
HexB6904E015391D262a33
Octal2662201160257135465263
Binary1011011010010000100111001010111100111101100110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6904E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6904E; }

 p { color: rgb(182,144,78); }

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

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

 a { background-color: rgb(182,144,78); }

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

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

 span { border-color: rgb(182,144,78); }

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