#BDA657

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

Shades of Laser #BDA657

Tints of Laser #BDA657

Color information

#BDA657 (or 0xBDA657) is unknown color: approx Laser. HEX triplet: BD, A6 and 57. RGB value is (189,166,87). Sum of RGB (Red+Green+Blue) = 189+166+87=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 87 (34.38% from 255 or 19.68% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA657 is #4259A8. Grayscale: #A4A4A4. Windows color (decimal): -4348329 or 5744317. OLE color: 5744317.

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

Color convert

RGB18916687-
CMYK00.120.540.26
HSL46.47º43.59%54.12%-
HSV(B)46.47º53.97%74.12%-
XYZ36.3438.7814.59-
YUV163.8784.62145.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.76%
GREEN value IS 166 (65.23% from 255) = 37.56%
BLUE value IS 87 (34.38% from 255) = 19.68%
R=42.76%
G=37.56%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891668700.120.540.2646.4743.5954.12
HexBDA6570C361A2e2c36
Octal2752461270146632565466
Binary101111011010011010101110110011011011010101110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA657; }

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

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

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

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

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

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

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

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