#BDA05F

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

Shades of Laser #BDA05F

Tints of Laser #BDA05F

Color information

#BDA05F (or 0xBDA05F) is unknown color: approx Laser. HEX triplet: BD, A0 and 5F. RGB value is (189,160,95). Sum of RGB (Red+Green+Blue) = 189+160+95=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA05F is #425FA0. Grayscale: #A1A1A1. Windows color (decimal): -4349857 or 6267069. OLE color: 6267069.

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

Color convert

RGB18916095-
CMYK00.150.500.26
HSL41.49º41.59%55.69%-
HSV(B)41.49º49.74%74.12%-
XYZ35.6236.7916.05-
YUV161.2690.61147.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.57%
GREEN value IS 160 (62.89% from 255) = 36.04%
BLUE value IS 95 (37.5% from 255) = 21.40%
R=42.57%
G=36.04%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891609500.150.500.2641.4941.5955.69
HexBDA05F0F321A292a38
Octal2752401370176232515270
Binary101111011010000010111110111111001011010101001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA05F; }

 p { color: rgb(189,160,95); }

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

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

 a { background-color: rgb(189,160,95); }

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

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

 span { border-color: rgb(189,160,95); }

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