#BDA15D

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

Shades of Laser #BDA15D

Tints of Laser #BDA15D

Color information

#BDA15D (or 0xBDA15D) is unknown color: approx Laser. HEX triplet: BD, A1 and 5D. RGB value is (189,161,93). Sum of RGB (Red+Green+Blue) = 189+161+93=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA15D is #425EA2. Grayscale: #A1A1A1. Windows color (decimal): -4349603 or 6136253. OLE color: 6136253.

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

Color convert

RGB18916193-
CMYK00.150.510.26
HSL42.5º42.11%55.29%-
HSV(B)42.5º50.79%74.12%-
XYZ35.7137.115.63-
YUV161.6289.28147.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.66%
GREEN value IS 161 (63.28% from 255) = 36.34%
BLUE value IS 93 (36.72% from 255) = 20.99%
R=42.66%
G=36.34%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891619300.150.510.2642.542.1155.29
HexBDA15D0F331A2a2a37
Octal2752411350176332525267
Binary101111011010000110111010111111001111010101010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA15D; }

 p { color: rgb(189,161,93); }

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

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

 a { background-color: rgb(189,161,93); }

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

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

 span { border-color: rgb(189,161,93); }

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