#BDA462

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

Shades of Laser #BDA462

Tints of Laser #BDA462

Color information

#BDA462 (or 0xBDA462) is unknown color: approx Laser. HEX triplet: BD, A4 and 62. RGB value is (189,164,98). Sum of RGB (Red+Green+Blue) = 189+164+98=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA462 is #425B9D. Grayscale: #A4A4A4. Windows color (decimal): -4348830 or 6464701. OLE color: 6464701.

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

Color convert

RGB18916498-
CMYK00.130.480.26
HSL43.52º40.81%56.27%-
HSV(B)43.52º48.15%74.12%-
XYZ36.4738.2517.02-
YUV163.9590.78145.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.91%
GREEN value IS 164 (64.45% from 255) = 36.36%
BLUE value IS 98 (38.67% from 255) = 21.73%
R=41.91%
G=36.36%
B=21.73%

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
Decimal1891649800.130.480.2643.5240.8156.27
HexBDA4620D301A2c2938
Octal2752441420156032545170
Binary101111011010010011000100110111000011010101100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA462; }

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

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

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

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

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

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

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

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