#BCA46B

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

Shades of Laser #BCA46B

Tints of Laser #BCA46B

Color information

#BCA46B (or 0xBCA46B) is unknown color: approx Laser. HEX triplet: BC, A4 and 6B. RGB value is (188,164,107). Sum of RGB (Red+Green+Blue) = 188+164+107=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA46B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA46B is #435B94. Grayscale: #A4A4A4. Windows color (decimal): -4414357 or 7054524. OLE color: 7054524.

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

Color convert

RGB188164107-
CMYK00.130.430.26
HSL42.22º37.67%57.84%-
HSV(B)42.22º43.09%73.73%-
XYZ36.6738.319.37-
YUV164.6895.45144.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.96%
GREEN value IS 164 (64.45% from 255) = 35.73%
BLUE value IS 107 (42.19% from 255) = 23.31%
R=40.96%
G=35.73%
B=23.31%

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
Decimal18816410700.130.430.2642.2237.6757.84
HexBCA46B0D2B1A2a263a
Octal2742441530155332524672
Binary101111001010010011010110110110101111010101010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA46B; }

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

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

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

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

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

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

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

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