#BDA365

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

Shades of Laser #BDA365

Tints of Laser #BDA365

Color information

#BDA365 (or 0xBDA365) is unknown color: approx Laser. HEX triplet: BD, A3 and 65. RGB value is (189,163,101). Sum of RGB (Red+Green+Blue) = 189+163+101=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA365 is #425C9A. Grayscale: #A3A3A3. Windows color (decimal): -4349083 or 6661053. OLE color: 6661053.

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

Color convert

RGB189163101-
CMYK00.140.470.26
HSL42.27º40%56.86%-
HSV(B)42.27º46.56%74.12%-
XYZ36.4337.9517.72-
YUV163.7192.61146.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.72%
GREEN value IS 163 (64.06% from 255) = 35.98%
BLUE value IS 101 (39.84% from 255) = 22.30%
R=41.72%
G=35.98%
B=22.30%

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
Decimal18916310100.140.470.2642.274056.86
HexBDA3650E2F1A2a2839
Octal2752431450165732525071
Binary101111011010001111001010111010111111010101010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA365; }

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

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

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

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

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

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

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

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