#BD854B

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

Shades of Tussock #BD854B

Tints of Tussock #BD854B

Color information

#BD854B (or 0xBD854B) is unknown color: approx Tussock. HEX triplet: BD, 85 and 4B. RGB value is (189,133,75). Sum of RGB (Red+Green+Blue) = 189+133+75=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD854B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD854B is #427AB4. Grayscale: #8F8F8F. Windows color (decimal): -4356789 or 4949437. OLE color: 4949437.

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

Color convert

RGB18913375-
CMYK00.300.600.26
HSL30.53º46.34%51.76%-
HSV(B)30.53º60.32%74.12%-
XYZ30.6428.110.47-
YUV143.1389.55160.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.61%
GREEN value IS 133 (52.34% from 255) = 33.50%
BLUE value IS 75 (29.69% from 255) = 18.89%
R=47.61%
G=33.50%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891337500.300.600.2630.5346.3451.76
HexBD854B01E3C1A1f2e34
Octal2752051130367432375664
Binary101111011000010110010110111101111001101011111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD854B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD854B; }

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

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

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

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

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

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

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

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