#BCA469

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

Shades of Laser #BCA469

Tints of Laser #BCA469

Color information

#BCA469 (or 0xBCA469) is unknown color: approx Laser. HEX triplet: BC, A4 and 69. RGB value is (188,164,105). Sum of RGB (Red+Green+Blue) = 188+164+105=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA469 is #435B96. Grayscale: #A4A4A4. Windows color (decimal): -4414359 or 6923452. OLE color: 6923452.

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

Color convert

RGB188164105-
CMYK00.130.440.26
HSL42.65º38.25%57.45%-
HSV(B)42.65º44.15%73.73%-
XYZ36.5638.2618.82-
YUV164.4594.45144.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.14%
GREEN value IS 164 (64.45% from 255) = 35.89%
BLUE value IS 105 (41.41% from 255) = 22.98%
R=41.14%
G=35.89%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816410500.130.440.2642.6538.2557.45
HexBCA4690D2C1A2b2639
Octal2742441510155432534671
Binary101111001010010011010010110110110011010101011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA469; }

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

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

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

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

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

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

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

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