#BDA162

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

Shades of Laser #BDA162

Tints of Laser #BDA162

Color information

#BDA162 (or 0xBDA162) is unknown color: approx Laser. HEX triplet: BD, A1 and 62. RGB value is (189,161,98). Sum of RGB (Red+Green+Blue) = 189+161+98=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA162 is #425E9D. Grayscale: #A2A2A2. Windows color (decimal): -4349598 or 6463933. OLE color: 6463933.

HSL color Cylindrical-coordinate representation of color #BDA162: hue angle of 41.54º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDA162 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB18916198-
CMYK00.150.480.26
HSL41.54º40.81%56.27%-
HSV(B)41.54º48.15%74.12%-
XYZ35.9437.1916.84-
YUV162.1991.78147.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.19%
GREEN value IS 161 (63.28% from 255) = 35.94%
BLUE value IS 98 (38.67% from 255) = 21.88%
R=42.19%
G=35.94%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891619800.150.480.2641.5440.8156.27
HexBDA1620F301A2a2938
Octal2752411420176032525170
Binary101111011010000111000100111111000011010101010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA162; }

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

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

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

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

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

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

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

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