#BDA360

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

Shades of Laser #BDA360

Tints of Laser #BDA360

Color information

#BDA360 (or 0xBDA360) is unknown color: approx Laser. HEX triplet: BD, A3 and 60. RGB value is (189,163,96). Sum of RGB (Red+Green+Blue) = 189+163+96=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA360 is #425C9F. Grayscale: #A3A3A3. Windows color (decimal): -4349088 or 6333373. OLE color: 6333373.

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

Color convert

RGB18916396-
CMYK00.140.490.26
HSL43.23º41.33%55.88%-
HSV(B)43.23º49.21%74.12%-
XYZ36.1937.8616.47-
YUV163.1490.11146.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.19%
GREEN value IS 163 (64.06% from 255) = 36.38%
BLUE value IS 96 (37.89% from 255) = 21.43%
R=42.19%
G=36.38%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891639600.140.490.2643.2341.3355.88
HexBDA3600E311A2b2938
Octal2752431400166132535170
Binary101111011010001111000000111011000111010101011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA360; }

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

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

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

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

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

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

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

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