#BDA561

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

Shades of Laser #BDA561

Tints of Laser #BDA561

Color information

#BDA561 (or 0xBDA561) is unknown color: approx Laser. HEX triplet: BD, A5 and 61. RGB value is (189,165,97). Sum of RGB (Red+Green+Blue) = 189+165+97=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 165 (64.84% from 255 or 36.59% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA561 is #425A9E. Grayscale: #A4A4A4. Windows color (decimal): -4348575 or 6399421. OLE color: 6399421.

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

Color convert

RGB18916597-
CMYK00.130.490.26
HSL44.35º41.07%56.08%-
HSV(B)44.35º48.68%74.12%-
XYZ36.638.5916.83-
YUV164.4289.95145.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.91%
GREEN value IS 165 (64.84% from 255) = 36.59%
BLUE value IS 97 (38.28% from 255) = 21.51%
R=41.91%
G=36.59%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891659700.130.490.2644.3541.0756.08
HexBDA5610D311A2c2938
Octal2752451410156132545170
Binary101111011010010111000010110111000111010101100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA561; }

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

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

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

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

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

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

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

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