#BDA568

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

Shades of Laser #BDA568

Tints of Laser #BDA568

Color information

#BDA568 (or 0xBDA568) is unknown color: approx Laser. HEX triplet: BD, A5 and 68. RGB value is (189,165,104). Sum of RGB (Red+Green+Blue) = 189+165+104=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 104 (41.02% from 255 or 22.71% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA568 is #425A97. Grayscale: #A5A5A5. Windows color (decimal): -4348568 or 6858173. OLE color: 6858173.

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

Color convert

RGB189165104-
CMYK00.130.450.26
HSL43.06º39.17%57.45%-
HSV(B)43.06º44.97%74.12%-
XYZ36.9438.7318.63-
YUV165.2293.45144.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.27%
GREEN value IS 165 (64.84% from 255) = 36.03%
BLUE value IS 104 (41.02% from 255) = 22.71%
R=41.27%
G=36.03%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916510400.130.450.2643.0639.1757.45
HexBDA5680D2D1A2b2739
Octal2752451500155532534771
Binary101111011010010111010000110110110111010101011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA568; }

 p { color: rgb(189,165,104); }

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

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

 a { background-color: rgb(189,165,104); }

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

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

 span { border-color: rgb(189,165,104); }

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