#BDA261

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

Shades of Laser #BDA261

Tints of Laser #BDA261

Color information

#BDA261 (or 0xBDA261) is unknown color: approx Laser. HEX triplet: BD, A2 and 61. RGB value is (189,162,97). Sum of RGB (Red+Green+Blue) = 189+162+97=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA261 is #425D9E. Grayscale: #A2A2A2. Windows color (decimal): -4349343 or 6398653. OLE color: 6398653.

HSL color Cylindrical-coordinate representation of color #BDA261: hue angle of 42.39º 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 #BDA261 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB18916297-
CMYK00.140.490.26
HSL42.39º41.07%56.08%-
HSV(B)42.39º48.68%74.12%-
XYZ36.0637.5216.65-
YUV162.6690.95146.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.19%
GREEN value IS 162 (63.67% from 255) = 36.16%
BLUE value IS 97 (38.28% from 255) = 21.65%
R=42.19%
G=36.16%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891629700.140.490.2642.3941.0756.08
HexBDA2610E311A2a2938
Octal2752421410166132525170
Binary101111011010001011000010111011000111010101010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA261; }

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

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

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

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

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

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

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

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