#BD9F5F

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

Shades of Laser #BD9F5F

Tints of Laser #BD9F5F

Color information

#BD9F5F (or 0xBD9F5F) is unknown color: approx Laser. HEX triplet: BD, 9F and 5F. RGB value is (189,159,95). Sum of RGB (Red+Green+Blue) = 189+159+95=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9F5F is #4260A0. Grayscale: #A0A0A0. Windows color (decimal): -4350113 or 6266813. OLE color: 6266813.

HSL color Cylindrical-coordinate representation of color #BD9F5F: hue angle of 40.85º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD9F5F is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB18915995-
CMYK00.160.500.26
HSL40.85º41.59%55.69%-
HSV(B)40.85º49.74%74.12%-
XYZ35.4536.4415.99-
YUV160.6790.94148.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.66%
GREEN value IS 159 (62.5% from 255) = 35.89%
BLUE value IS 95 (37.5% from 255) = 21.44%
R=42.66%
G=35.89%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891599500.160.500.2640.8541.5955.69
HexBD9F5F010321A292a38
Octal2752371370206232515270
Binary1011110110011111101111101000011001011010101001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9F5F; }

 p { color: rgb(189,159,95); }

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

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

 a { background-color: rgb(189,159,95); }

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

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

 span { border-color: rgb(189,159,95); }

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