#BDA658

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

Shades of Laser #BDA658

Tints of Laser #BDA658

Color information

#BDA658 (or 0xBDA658) is unknown color: approx Laser. HEX triplet: BD, A6 and 58. RGB value is (189,166,88). Sum of RGB (Red+Green+Blue) = 189+166+88=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 88 (34.77% from 255 or 19.86% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA658 is #4259A7. Grayscale: #A4A4A4. Windows color (decimal): -4348328 or 5809853. OLE color: 5809853.

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

Color convert

RGB18916688-
CMYK00.120.530.26
HSL46.34º43.35%54.31%-
HSV(B)46.34º53.44%74.12%-
XYZ36.3838.814.8-
YUV163.9885.12145.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.66%
GREEN value IS 166 (65.23% from 255) = 37.47%
BLUE value IS 88 (34.77% from 255) = 19.86%
R=42.66%
G=37.47%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891668800.120.530.2646.3443.3554.31
HexBDA6580C351A2e2b36
Octal2752461300146532565366
Binary101111011010011010110000110011010111010101110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA658; }

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

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

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

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

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

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

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

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