#BDA15B

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

Shades of Laser #BDA15B

Tints of Laser #BDA15B

Color information

#BDA15B (or 0xBDA15B) is unknown color: approx Laser. HEX triplet: BD, A1 and 5B. RGB value is (189,161,91). Sum of RGB (Red+Green+Blue) = 189+161+91=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 91 (35.94% from 255 or 20.63% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA15B is #425EA4. Grayscale: #A1A1A1. Windows color (decimal): -4349605 or 6005181. OLE color: 6005181.

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

Color convert

RGB18916191-
CMYK00.150.520.26
HSL42.86º42.61%54.9%-
HSV(B)42.86º51.85%74.12%-
XYZ35.6237.0615.17-
YUV161.3988.28147.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.86%
GREEN value IS 161 (63.28% from 255) = 36.51%
BLUE value IS 91 (35.94% from 255) = 20.63%
R=42.86%
G=36.51%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891619100.150.520.2642.8642.6154.9
HexBDA15B0F341A2b2b37
Octal2752411330176432535367
Binary101111011010000110110110111111010011010101011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA15B; }

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

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

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

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

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

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

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

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