#BD904B

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

Shades of Tussock #BD904B

Tints of Tussock #BD904B

Color information

#BD904B (or 0xBD904B) is unknown color: approx Tussock. HEX triplet: BD, 90 and 4B. RGB value is (189,144,75). Sum of RGB (Red+Green+Blue) = 189+144+75=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 75 (29.69% from 255 or 18.38% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD904B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD904B is #426FB4. Grayscale: #959595. Windows color (decimal): -4353973 or 4952253. OLE color: 4952253.

HSL color Cylindrical-coordinate representation of color #BD904B: hue angle of 36.32º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD904B is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB18914475-
CMYK00.240.600.26
HSL36.32º46.34%51.76%-
HSV(B)36.32º60.32%74.12%-
XYZ32.2331.2710.99-
YUV149.5985.91156.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.32%
GREEN value IS 144 (56.64% from 255) = 35.29%
BLUE value IS 75 (29.69% from 255) = 18.38%
R=46.32%
G=35.29%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891447500.240.600.2636.3246.3451.76
HexBD904B0183C1A242e34
Octal2752201130307432445664
Binary1011110110010000100101101100011110011010100100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD904B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD904B; }

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

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

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

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

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

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

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

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