#BD994B

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

Shades of Tussock #BD994B

Tints of Tussock #BD994B

Color information

#BD994B (or 0xBD994B) is unknown color: approx Tussock. HEX triplet: BD, 99 and 4B. RGB value is (189,153,75). Sum of RGB (Red+Green+Blue) = 189+153+75=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD994B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD994B is #4266B4. Grayscale: #9B9B9B. Windows color (decimal): -4351669 or 4954557. OLE color: 4954557.

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

Color convert

RGB18915375-
CMYK00.190.600.26
HSL41.05º46.34%51.76%-
HSV(B)41.05º60.32%74.12%-
XYZ33.6534.1111.47-
YUV154.8782.93152.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.32%
GREEN value IS 153 (60.16% from 255) = 36.69%
BLUE value IS 75 (29.69% from 255) = 17.99%
R=45.32%
G=36.69%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891537500.190.600.2641.0546.3451.76
HexBD994B0133C1A292e34
Octal2752311130237432515664
Binary1011110110011001100101101001111110011010101001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD994B; }

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

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

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

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

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

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

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

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