#B6904B

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

Shades of Tussock #B6904B

Tints of Tussock #B6904B

Color information

#B6904B (or 0xB6904B) is unknown color: approx Tussock. HEX triplet: B6, 90 and 4B. RGB value is (182,144,75). Sum of RGB (Red+Green+Blue) = 182+144+75=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 75 (29.69% from 255 or 18.70% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B6904B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6904B is #496FB4. Grayscale: #939393. Windows color (decimal): -4812725 or 4952246. OLE color: 4952246.

HSL color Cylindrical-coordinate representation of color #B6904B: hue angle of 38.69º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B6904B is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18214475-
CMYK00.210.590.29
HSL38.69º42.29%50.39%-
HSV(B)38.69º58.79%71.37%-
XYZ30.5330.410.91-
YUV147.587.09152.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.39%
GREEN value IS 144 (56.64% from 255) = 35.91%
BLUE value IS 75 (29.69% from 255) = 18.70%
R=45.39%
G=35.91%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821447500.210.590.2938.6942.2950.39
HexB6904B0153B1D272a32
Octal2662201130257335475262
Binary1011011010010000100101101010111101111101100111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6904B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6904B; }

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

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

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

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

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

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

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

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