#BDA264

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

Shades of Laser #BDA264

Tints of Laser #BDA264

Color information

#BDA264 (or 0xBDA264) is unknown color: approx Laser. HEX triplet: BD, A2 and 64. RGB value is (189,162,100). Sum of RGB (Red+Green+Blue) = 189+162+100=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA264 is #425D9B. Grayscale: #A3A3A3. Windows color (decimal): -4349340 or 6595261. OLE color: 6595261.

HSL color Cylindrical-coordinate representation of color #BDA264: hue angle of 41.8º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDA264 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB189162100-
CMYK00.140.470.26
HSL41.8º40.27%56.67%-
HSV(B)41.8º47.09%74.12%-
XYZ36.2137.5817.4-
YUV16392.45146.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.91%
GREEN value IS 162 (63.67% from 255) = 35.92%
BLUE value IS 100 (39.45% from 255) = 22.17%
R=41.91%
G=35.92%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916210000.140.470.2641.840.2756.67
HexBDA2640E2F1A2a2839
Octal2752421440165732525071
Binary101111011010001011001000111010111111010101010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA264; }

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

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

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

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

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

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

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

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