#BDA061

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

Shades of Laser #BDA061

Tints of Laser #BDA061

Color information

#BDA061 (or 0xBDA061) is unknown color: approx Laser. HEX triplet: BD, A0 and 61. RGB value is (189,160,97). Sum of RGB (Red+Green+Blue) = 189+160+97=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA061 is #425F9E. Grayscale: #A1A1A1. Windows color (decimal): -4349855 or 6398141. OLE color: 6398141.

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

Color convert

RGB18916097-
CMYK00.150.490.26
HSL41.09º41.07%56.08%-
HSV(B)41.09º48.68%74.12%-
XYZ35.7136.8216.53-
YUV161.4991.61147.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.38%
GREEN value IS 160 (62.89% from 255) = 35.87%
BLUE value IS 97 (38.28% from 255) = 21.75%
R=42.38%
G=35.87%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891609700.150.490.2641.0941.0756.08
HexBDA0610F311A292938
Octal2752401410176132515170
Binary101111011010000011000010111111000111010101001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA061; }

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

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

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

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

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

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

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

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