#BDA461

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

Shades of Laser #BDA461

Tints of Laser #BDA461

Color information

#BDA461 (or 0xBDA461) is unknown color: approx Laser. HEX triplet: BD, A4 and 61. RGB value is (189,164,97). Sum of RGB (Red+Green+Blue) = 189+164+97=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 164 (64.45% from 255 or 36.44% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA461 is #425B9E. Grayscale: #A4A4A4. Windows color (decimal): -4348831 or 6399165. OLE color: 6399165.

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

Color convert

RGB18916497-
CMYK00.130.490.26
HSL43.7º41.07%56.08%-
HSV(B)43.7º48.68%74.12%-
XYZ36.4238.2316.77-
YUV163.8490.28145.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42%
GREEN value IS 164 (64.45% from 255) = 36.44%
BLUE value IS 97 (38.28% from 255) = 21.56%
R=42%
G=36.44%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891649700.130.490.2643.741.0756.08
HexBDA4610D311A2c2938
Octal2752441410156132545170
Binary101111011010010011000010110111000111010101100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA461; }

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

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

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

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

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

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

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

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