#BCA468

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

Shades of Laser #BCA468

Tints of Laser #BCA468

Color information

#BCA468 (or 0xBCA468) is unknown color: approx Laser. HEX triplet: BC, A4 and 68. RGB value is (188,164,104). Sum of RGB (Red+Green+Blue) = 188+164+104=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 104 (41.02% from 255 or 22.81% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA468 is #435B97. Grayscale: #A4A4A4. Windows color (decimal): -4414360 or 6857916. OLE color: 6857916.

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

Color convert

RGB188164104-
CMYK00.130.450.26
HSL42.86º38.53%57.25%-
HSV(B)42.86º44.68%73.73%-
XYZ36.5138.2418.55-
YUV164.3493.95144.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.23%
GREEN value IS 164 (64.45% from 255) = 35.96%
BLUE value IS 104 (41.02% from 255) = 22.81%
R=41.23%
G=35.96%
B=22.81%

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
Decimal18816410400.130.450.2642.8638.5357.25
HexBCA4680D2D1A2b2739
Octal2742441500155532534771
Binary101111001010010011010000110110110111010101011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA468; }

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

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

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

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

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

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

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

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