#BD884B

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

Shades of Tussock #BD884B

Tints of Tussock #BD884B

Color information

#BD884B (or 0xBD884B) is unknown color: approx Tussock. HEX triplet: BD, 88 and 4B. RGB value is (189,136,75). Sum of RGB (Red+Green+Blue) = 189+136+75=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD884B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD884B is #4277B4. Grayscale: #919191. Windows color (decimal): -4356021 or 4950205. OLE color: 4950205.

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

Color convert

RGB18913675-
CMYK00.280.600.26
HSL32.11º46.34%51.76%-
HSV(B)32.11º60.32%74.12%-
XYZ31.0628.9410.6-
YUV144.8988.56159.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.25%
GREEN value IS 136 (53.52% from 255) = 34%
BLUE value IS 75 (29.69% from 255) = 18.75%
R=47.25%
G=34%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891367500.280.600.2632.1146.3451.76
HexBD884B01C3C1A202e34
Octal2752101130347432405664
Binary1011110110001000100101101110011110011010100000101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD884B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD884B; }

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

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

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

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

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

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

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

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