#BDA158

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

Shades of Laser #BDA158

Tints of Laser #BDA158

Color information

#BDA158 (or 0xBDA158) is unknown color: approx Laser. HEX triplet: BD, A1 and 58. RGB value is (189,161,88). Sum of RGB (Red+Green+Blue) = 189+161+88=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 88 (34.77% from 255 or 20.09% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA158 is #425EA7. Grayscale: #A1A1A1. Windows color (decimal): -4349608 or 5808573. OLE color: 5808573.

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

Color convert

RGB18916188-
CMYK00.150.530.26
HSL43.37º43.35%54.31%-
HSV(B)43.37º53.44%74.12%-
XYZ35.4937.0114.51-
YUV161.0586.78147.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.15%
GREEN value IS 161 (63.28% from 255) = 36.76%
BLUE value IS 88 (34.77% from 255) = 20.09%
R=43.15%
G=36.76%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891618800.150.530.2643.3743.3554.31
HexBDA1580F351A2b2b36
Octal2752411300176532535366
Binary101111011010000110110000111111010111010101011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA158; }

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

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

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

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

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

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

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

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