#BDA257

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

Shades of Laser #BDA257

Tints of Laser #BDA257

Color information

#BDA257 (or 0xBDA257) is unknown color: approx Laser. HEX triplet: BD, A2 and 57. RGB value is (189,162,87). Sum of RGB (Red+Green+Blue) = 189+162+87=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 87 (34.38% from 255 or 19.86% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA257 is #425DA8. Grayscale: #A1A1A1. Windows color (decimal): -4349353 or 5743293. OLE color: 5743293.

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

Color convert

RGB18916287-
CMYK00.140.540.26
HSL44.12º43.59%54.12%-
HSV(B)44.12º53.97%74.12%-
XYZ35.6337.3514.35-
YUV161.5285.95147.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.15%
GREEN value IS 162 (63.67% from 255) = 36.99%
BLUE value IS 87 (34.38% from 255) = 19.86%
R=43.15%
G=36.99%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891628700.140.540.2644.1243.5954.12
HexBDA2570E361A2c2c36
Octal2752421270166632545466
Binary101111011010001010101110111011011011010101100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA257; }

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

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

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

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

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

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

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

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