#BCA368

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

Shades of Laser #BCA368

Tints of Laser #BCA368

Color information

#BCA368 (or 0xBCA368) is unknown color: approx Laser. HEX triplet: BC, A3 and 68. RGB value is (188,163,104). Sum of RGB (Red+Green+Blue) = 188+163+104=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA368 is #435C97. Grayscale: #A4A4A4. Windows color (decimal): -4414616 or 6857660. OLE color: 6857660.

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

Color convert

RGB188163104-
CMYK00.130.450.26
HSL42.14º38.53%57.25%-
HSV(B)42.14º44.68%73.73%-
XYZ36.3337.8918.49-
YUV163.7594.28145.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.32%
GREEN value IS 163 (64.06% from 255) = 35.82%
BLUE value IS 104 (41.02% from 255) = 22.86%
R=41.32%
G=35.82%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816310400.130.450.2642.1438.5357.25
HexBCA3680D2D1A2a2739
Octal2742431500155532524771
Binary101111001010001111010000110110110111010101010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA368; }

 p { color: rgb(188,163,104); }

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

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

 a { background-color: rgb(188,163,104); }

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

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

 span { border-color: rgb(188,163,104); }

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