#BD864B

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

Shades of Tussock #BD864B

Tints of Tussock #BD864B

Color information

#BD864B (or 0xBD864B) is unknown color: approx Tussock. HEX triplet: BD, 86 and 4B. RGB value is (189,134,75). Sum of RGB (Red+Green+Blue) = 189+134+75=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD864B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD864B is #4279B4. Grayscale: #909090. Windows color (decimal): -4356533 or 4949693. OLE color: 4949693.

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

Color convert

RGB18913475-
CMYK00.290.600.26
HSL31.05º46.34%51.76%-
HSV(B)31.05º60.32%74.12%-
XYZ30.7828.3810.51-
YUV143.7289.22160.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.49%
GREEN value IS 134 (52.73% from 255) = 33.67%
BLUE value IS 75 (29.69% from 255) = 18.84%
R=47.49%
G=33.67%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891347500.290.600.2631.0546.3451.76
HexBD864B01D3C1A1f2e34
Octal2752061130357432375664
Binary101111011000011010010110111011111001101011111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD864B; }

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

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

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

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

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

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

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

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