#BDA563

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

Shades of Laser #BDA563

Tints of Laser #BDA563

Color information

#BDA563 (or 0xBDA563) is unknown color: approx Laser. HEX triplet: BD, A5 and 63. RGB value is (189,165,99). Sum of RGB (Red+Green+Blue) = 189+165+99=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 99 (39.06% from 255 or 21.85% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA563 is #425A9C. Grayscale: #A4A4A4. Windows color (decimal): -4348573 or 6530493. OLE color: 6530493.

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

Color convert

RGB18916599-
CMYK00.130.480.26
HSL44º40.54%56.47%-
HSV(B)44º47.62%74.12%-
XYZ36.6938.6317.33-
YUV164.6590.95145.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.72%
GREEN value IS 165 (64.84% from 255) = 36.42%
BLUE value IS 99 (39.06% from 255) = 21.85%
R=41.72%
G=36.42%
B=21.85%

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
Decimal1891659900.130.480.264440.5456.47
HexBDA5630D301A2c2938
Octal2752451430156032545170
Binary101111011010010111000110110111000011010101100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA563; }

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

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

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

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

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

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

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

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