#BDA25E

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

Shades of Laser #BDA25E

Tints of Laser #BDA25E

Color information

#BDA25E (or 0xBDA25E) is unknown color: approx Laser. HEX triplet: BD, A2 and 5E. RGB value is (189,162,94). Sum of RGB (Red+Green+Blue) = 189+162+94=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 94 (37.11% from 255 or 21.12% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA25E is #425DA1. Grayscale: #A2A2A2. Windows color (decimal): -4349346 or 6202045. OLE color: 6202045.

HSL color Cylindrical-coordinate representation of color #BDA25E: hue angle of 42.95º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDA25E is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB18916294-
CMYK00.140.500.26
HSL42.95º41.85%55.49%-
HSV(B)42.95º50.26%74.12%-
XYZ35.9337.4715.93-
YUV162.3289.45147.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.47%
GREEN value IS 162 (63.67% from 255) = 36.40%
BLUE value IS 94 (37.11% from 255) = 21.12%
R=42.47%
G=36.40%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891629400.140.500.2642.9541.8555.49
HexBDA25E0E321A2b2a37
Octal2752421360166232535267
Binary101111011010001010111100111011001011010101011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA25E; }

 p { color: rgb(189,162,94); }

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

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

 a { background-color: rgb(189,162,94); }

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

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

 span { border-color: rgb(189,162,94); }

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