#BD9F57

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

Shades of Laser #BD9F57

Tints of Laser #BD9F57

Color information

#BD9F57 (or 0xBD9F57) is unknown color: approx Laser. HEX triplet: BD, 9F and 57. RGB value is (189,159,87). Sum of RGB (Red+Green+Blue) = 189+159+87=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 87 (34.38% from 255 or 20% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9F57 is #4260A8. Grayscale: #A0A0A0. Windows color (decimal): -4350121 or 5742525. OLE color: 5742525.

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

Color convert

RGB18915987-
CMYK00.160.540.26
HSL42.35º43.59%54.12%-
HSV(B)42.35º53.97%74.12%-
XYZ35.136.314.17-
YUV159.7686.94148.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.45%
GREEN value IS 159 (62.5% from 255) = 36.55%
BLUE value IS 87 (34.38% from 255) = 20%
R=43.45%
G=36.55%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891598700.160.540.2642.3543.5954.12
HexBD9F57010361A2a2c36
Octal2752371270206632525466
Binary1011110110011111101011101000011011011010101010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9F57; }

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

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

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

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

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

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

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

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