#BD8B4A

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

Shades of Tussock #BD8B4A

Tints of Tussock #BD8B4A

Color information

#BD8B4A (or 0xBD8B4A) is unknown color: approx Tussock. HEX triplet: BD, 8B and 4A. RGB value is (189,139,74). Sum of RGB (Red+Green+Blue) = 189+139+74=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 74 (29.30% from 255 or 18.41% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8B4A is #4274B5. Grayscale: #929292. Windows color (decimal): -4355254 or 4885437. OLE color: 4885437.

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

Color convert

RGB18913974-
CMYK00.260.610.26
HSL33.91º46.56%51.57%-
HSV(B)33.91º60.85%74.12%-
XYZ31.4529.7810.57-
YUV146.5487.06158.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.01%
GREEN value IS 139 (54.69% from 255) = 34.58%
BLUE value IS 74 (29.30% from 255) = 18.41%
R=47.01%
G=34.58%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891397400.260.610.2633.9146.5651.57
HexBD8B4A01A3D1A222f34
Octal2752131120327532425764
Binary1011110110001011100101001101011110111010100010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8B4A; }

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

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

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

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

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

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

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

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