#BD914A

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

Shades of Tussock #BD914A

Tints of Tussock #BD914A

Color information

#BD914A (or 0xBD914A) is unknown color: approx Tussock. HEX triplet: BD, 91 and 4A. RGB value is (189,145,74). Sum of RGB (Red+Green+Blue) = 189+145+74=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD914A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD914A is #426EB5. Grayscale: #969696. Windows color (decimal): -4353718 or 4886973. OLE color: 4886973.

HSL color Cylindrical-coordinate representation of color #BD914A: hue angle of 37.04º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD914A is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB18914574-
CMYK00.230.610.26
HSL37.04º46.56%51.57%-
HSV(B)37.04º60.85%74.12%-
XYZ32.3531.5610.87-
YUV150.0685.08155.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.32%
GREEN value IS 145 (57.03% from 255) = 35.54%
BLUE value IS 74 (29.30% from 255) = 18.14%
R=46.32%
G=35.54%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891457400.230.610.2637.0446.5651.57
HexBD914A0173D1A252f34
Octal2752211120277532455764
Binary1011110110010001100101001011111110111010100101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD914A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD914A; }

 p { color: rgb(189,145,74); }

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

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

 a { background-color: rgb(189,145,74); }

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

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

 span { border-color: rgb(189,145,74); }

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