#BD874B

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

Shades of Tussock #BD874B

Tints of Tussock #BD874B

Color information

#BD874B (or 0xBD874B) is unknown color: approx Tussock. HEX triplet: BD, 87 and 4B. RGB value is (189,135,75). Sum of RGB (Red+Green+Blue) = 189+135+75=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD874B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD874B is #4278B4. Grayscale: #909090. Windows color (decimal): -4356277 or 4949949. OLE color: 4949949.

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

Color convert

RGB18913575-
CMYK00.290.600.26
HSL31.58º46.34%51.76%-
HSV(B)31.58º60.32%74.12%-
XYZ30.9228.6510.56-
YUV144.3188.89159.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.37%
GREEN value IS 135 (53.12% from 255) = 33.83%
BLUE value IS 75 (29.69% from 255) = 18.80%
R=47.37%
G=33.83%
B=18.80%

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
Decimal1891357500.290.600.2631.5846.3451.76
HexBD874B01D3C1A202e34
Octal2752071130357432405664
Binary1011110110000111100101101110111110011010100000101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD874B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD874B; }

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

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

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

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

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

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

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

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