#B6904F

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

Shades of Tussock #B6904F

Tints of Tussock #B6904F

Color information

#B6904F (or 0xB6904F) is unknown color: approx Tussock. HEX triplet: B6, 90 and 4F. RGB value is (182,144,79). Sum of RGB (Red+Green+Blue) = 182+144+79=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 79 (31.25% from 255 or 19.51% from 405); Max value from RGB is 182 - color contains mainly: red. Hex color #B6904F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6904F is #496FB0. Grayscale: #949494. Windows color (decimal): -4812721 or 5214390. OLE color: 5214390.

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

Color convert

RGB18214479-
CMYK00.210.570.29
HSL37.86º41.37%51.18%-
HSV(B)37.86º56.59%71.37%-
XYZ30.6830.4611.66-
YUV147.9589.09152.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.94%
GREEN value IS 144 (56.64% from 255) = 35.56%
BLUE value IS 79 (31.25% from 255) = 19.51%
R=44.94%
G=35.56%
B=19.51%

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
Decimal1821447900.210.570.2937.8641.3751.18
HexB6904F015391D262933
Octal2662201170257135465163
Binary1011011010010000100111101010111100111101100110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6904F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6904F; }

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

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

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

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

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

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

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

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