#BDA358

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

Shades of Laser #BDA358

Tints of Laser #BDA358

Color information

#BDA358 (or 0xBDA358) is unknown color: approx Laser. HEX triplet: BD, A3 and 58. RGB value is (189,163,88). Sum of RGB (Red+Green+Blue) = 189+163+88=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 88 (34.77% from 255 or 20% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA358 is #425CA7. Grayscale: #A2A2A2. Windows color (decimal): -4349096 or 5809085. OLE color: 5809085.

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

Color convert

RGB18916388-
CMYK00.140.530.26
HSL44.55º43.35%54.31%-
HSV(B)44.55º53.44%74.12%-
XYZ35.8437.7214.62-
YUV162.2286.11147.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.95%
GREEN value IS 163 (64.06% from 255) = 37.05%
BLUE value IS 88 (34.77% from 255) = 20%
R=42.95%
G=37.05%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891638800.140.530.2644.5543.3554.31
HexBDA3580E351A2d2b36
Octal2752431300166532555366
Binary101111011010001110110000111011010111010101101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA358; }

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

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

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

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

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

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

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

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