#BDA362

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

Shades of Laser #BDA362

Tints of Laser #BDA362

Color information

#BDA362 (or 0xBDA362) is unknown color: approx Laser. HEX triplet: BD, A3 and 62. RGB value is (189,163,98). Sum of RGB (Red+Green+Blue) = 189+163+98=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA362 is #425C9D. Grayscale: #A3A3A3. Windows color (decimal): -4349086 or 6464445. OLE color: 6464445.

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

Color convert

RGB18916398-
CMYK00.140.480.26
HSL42.86º40.81%56.27%-
HSV(B)42.86º48.15%74.12%-
XYZ36.2937.916.96-
YUV163.3691.11146.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42%
GREEN value IS 163 (64.06% from 255) = 36.22%
BLUE value IS 98 (38.67% from 255) = 21.78%
R=42%
G=36.22%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891639800.140.480.2642.8640.8156.27
HexBDA3620E301A2b2938
Octal2752431420166032535170
Binary101111011010001111000100111011000011010101011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA362; }

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

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

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

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

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

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

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

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