#BD8B46

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

Shades of Tussock #BD8B46

Tints of Tussock #BD8B46

Color information

#BD8B46 (or 0xBD8B46) is unknown color: approx Tussock. HEX triplet: BD, 8B and 46. RGB value is (189,139,70). Sum of RGB (Red+Green+Blue) = 189+139+70=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8B46 is #4274B9. Grayscale: #929292. Windows color (decimal): -4355258 or 4623293. OLE color: 4623293.

HSL color Cylindrical-coordinate representation of color #BD8B46: hue angle of 34.79º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD8B46 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB18913970-
CMYK00.260.630.26
HSL34.79º47.41%50.78%-
HSV(B)34.79º62.96%74.12%-
XYZ31.3229.739.88-
YUV146.0885.06158.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.49%
GREEN value IS 139 (54.69% from 255) = 34.92%
BLUE value IS 70 (27.73% from 255) = 17.59%
R=47.49%
G=34.92%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891397000.260.630.2634.7947.4150.78
HexBD8B4601A3F1A232f33
Octal2752131060327732435763
Binary1011110110001011100011001101011111111010100011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8B46; }

 p { color: rgb(189,139,70); }

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

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

 a { background-color: rgb(189,139,70); }

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

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

 span { border-color: rgb(189,139,70); }

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