#BDA56C

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

Shades of Laser #BDA56C

Tints of Laser #BDA56C

Color information

#BDA56C (or 0xBDA56C) is unknown color: approx Laser. HEX triplet: BD, A5 and 6C. RGB value is (189,165,108). Sum of RGB (Red+Green+Blue) = 189+165+108=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA56C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA56C is #425A93. Grayscale: #A5A5A5. Windows color (decimal): -4348564 or 7120317. OLE color: 7120317.

HSL color Cylindrical-coordinate representation of color #BDA56C: hue angle of 42.22º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDA56C is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB189165108-
CMYK00.130.430.26
HSL42.22º38.03%58.24%-
HSV(B)42.22º42.86%74.12%-
XYZ37.1538.8119.72-
YUV165.6895.45144.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.91%
GREEN value IS 165 (64.84% from 255) = 35.71%
BLUE value IS 108 (42.58% from 255) = 23.38%
R=40.91%
G=35.71%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916510800.130.430.2642.2238.0358.24
HexBDA56C0D2B1A2a263a
Octal2752451540155332524672
Binary101111011010010111011000110110101111010101010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA56C; }

 p { color: rgb(189,165,108); }

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

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

 a { background-color: rgb(189,165,108); }

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

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

 span { border-color: rgb(189,165,108); }

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