#BDA057

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

Shades of Laser #BDA057

Tints of Laser #BDA057

Color information

#BDA057 (or 0xBDA057) is unknown color: approx Laser. HEX triplet: BD, A0 and 57. RGB value is (189,160,87). Sum of RGB (Red+Green+Blue) = 189+160+87=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 87 (34.38% from 255 or 19.95% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA057 is #425FA8. Grayscale: #A0A0A0. Windows color (decimal): -4349865 or 5742781. OLE color: 5742781.

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

Color convert

RGB18916087-
CMYK00.150.540.26
HSL42.94º43.59%54.12%-
HSV(B)42.94º53.97%74.12%-
XYZ35.2836.6514.23-
YUV160.3586.61148.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.35%
GREEN value IS 160 (62.89% from 255) = 36.70%
BLUE value IS 87 (34.38% from 255) = 19.95%
R=43.35%
G=36.70%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891608700.150.540.2642.9443.5954.12
HexBDA0570F361A2b2c36
Octal2752401270176632535466
Binary101111011010000010101110111111011011010101011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA057; }

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

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

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

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

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

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

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

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