#BDA363

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

Shades of Laser #BDA363

Tints of Laser #BDA363

Color information

#BDA363 (or 0xBDA363) is unknown color: approx Laser. HEX triplet: BD, A3 and 63. RGB value is (189,163,99). Sum of RGB (Red+Green+Blue) = 189+163+99=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 99 (39.06% from 255 or 21.95% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA363 is #425C9C. Grayscale: #A3A3A3. Windows color (decimal): -4349085 or 6529981. OLE color: 6529981.

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

Color convert

RGB18916399-
CMYK00.140.480.26
HSL42.67º40.54%56.47%-
HSV(B)42.67º47.62%74.12%-
XYZ36.3437.9117.21-
YUV163.4891.61146.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.91%
GREEN value IS 163 (64.06% from 255) = 36.14%
BLUE value IS 99 (39.06% from 255) = 21.95%
R=41.91%
G=36.14%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891639900.140.480.2642.6740.5456.47
HexBDA3630E301A2b2938
Octal2752431430166032535170
Binary101111011010001111000110111011000011010101011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA363; }

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

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

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

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

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

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

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

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