#BDA562

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

Shades of Laser #BDA562

Tints of Laser #BDA562

Color information

#BDA562 (or 0xBDA562) is unknown color: approx Laser. HEX triplet: BD, A5 and 62. RGB value is (189,165,98). Sum of RGB (Red+Green+Blue) = 189+165+98=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA562 is #425A9D. Grayscale: #A4A4A4. Windows color (decimal): -4348574 or 6464957. OLE color: 6464957.

HSL color Cylindrical-coordinate representation of color #BDA562: hue angle of 44.18º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDA562 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB18916598-
CMYK00.130.480.26
HSL44.18º40.81%56.27%-
HSV(B)44.18º48.15%74.12%-
XYZ36.6538.6117.08-
YUV164.5490.45145.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.81%
GREEN value IS 165 (64.84% from 255) = 36.50%
BLUE value IS 98 (38.67% from 255) = 21.68%
R=41.81%
G=36.50%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891659800.130.480.2644.1840.8156.27
HexBDA5620D301A2c2938
Octal2752451420156032545170
Binary101111011010010111000100110111000011010101100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA562; }

 p { color: rgb(189,165,98); }

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

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

 a { background-color: rgb(189,165,98); }

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

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

 span { border-color: rgb(189,165,98); }

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