#BDA663

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

Shades of Laser #BDA663

Tints of Laser #BDA663

Color information

#BDA663 (or 0xBDA663) is unknown color: approx Laser. HEX triplet: BD, A6 and 63. RGB value is (189,166,99). Sum of RGB (Red+Green+Blue) = 189+166+99=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA663 is #42599C. Grayscale: #A5A5A5. Windows color (decimal): -4348317 or 6530749. OLE color: 6530749.

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

Color convert

RGB18916699-
CMYK00.120.480.26
HSL44.67º40.54%56.47%-
HSV(B)44.67º47.62%74.12%-
XYZ36.8738.9917.39-
YUV165.2490.62144.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.63%
GREEN value IS 166 (65.23% from 255) = 36.56%
BLUE value IS 99 (39.06% from 255) = 21.81%
R=41.63%
G=36.56%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891669900.120.480.2644.6740.5456.47
HexBDA6630C301A2d2938
Octal2752461430146032555170
Binary101111011010011011000110110011000011010101101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA663; }

 p { color: rgb(189,166,99); }

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

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

 a { background-color: rgb(189,166,99); }

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

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

 span { border-color: rgb(189,166,99); }

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