#BDA458

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

Shades of Laser #BDA458

Tints of Laser #BDA458

Color information

#BDA458 (or 0xBDA458) is unknown color: approx Laser. HEX triplet: BD, A4 and 58. RGB value is (189,164,88). Sum of RGB (Red+Green+Blue) = 189+164+88=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 88 (34.77% from 255 or 19.95% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA458 is #425BA7. Grayscale: #A3A3A3. Windows color (decimal): -4348840 or 5809341. OLE color: 5809341.

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

Color convert

RGB18916488-
CMYK00.130.530.26
HSL45.15º43.35%54.31%-
HSV(B)45.15º53.44%74.12%-
XYZ36.0238.0714.68-
YUV162.8185.78146.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.86%
GREEN value IS 164 (64.45% from 255) = 37.19%
BLUE value IS 88 (34.77% from 255) = 19.95%
R=42.86%
G=37.19%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891648800.130.530.2645.1543.3554.31
HexBDA4580D351A2d2b36
Octal2752441300156532555366
Binary101111011010010010110000110111010111010101101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA458; }

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

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

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

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

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

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

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

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