#BD914B

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

Shades of Tussock #BD914B

Tints of Tussock #BD914B

Color information

#BD914B (or 0xBD914B) is unknown color: approx Tussock. HEX triplet: BD, 91 and 4B. RGB value is (189,145,75). Sum of RGB (Red+Green+Blue) = 189+145+75=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD914B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD914B is #426EB4. Grayscale: #969696. Windows color (decimal): -4353717 or 4952509. OLE color: 4952509.

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

Color convert

RGB18914575-
CMYK00.230.600.26
HSL36.84º46.34%51.76%-
HSV(B)36.84º60.32%74.12%-
XYZ32.3831.5811.05-
YUV150.1885.58155.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.21%
GREEN value IS 145 (57.03% from 255) = 35.45%
BLUE value IS 75 (29.69% from 255) = 18.34%
R=46.21%
G=35.45%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891457500.230.600.2636.8446.3451.76
HexBD914B0173C1A252e34
Octal2752211130277432455664
Binary1011110110010001100101101011111110011010100101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD914B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD914B; }

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

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

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

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

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

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

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

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