#BCA35B

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

Shades of Laser #BCA35B

Tints of Laser #BCA35B

Color information

#BCA35B (or 0xBCA35B) is unknown color: approx Laser. HEX triplet: BC, A3 and 5B. RGB value is (188,163,91). Sum of RGB (Red+Green+Blue) = 188+163+91=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA35B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA35B is #435CA4. Grayscale: #A2A2A2. Windows color (decimal): -4414629 or 6005692. OLE color: 6005692.

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

Color convert

RGB18816391-
CMYK00.130.520.26
HSL44.54º41.99%54.71%-
HSV(B)44.54º51.6%73.73%-
XYZ35.7237.6415.28-
YUV162.2787.78146.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.53%
GREEN value IS 163 (64.06% from 255) = 36.88%
BLUE value IS 91 (35.94% from 255) = 20.59%
R=42.53%
G=36.88%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881639100.130.520.2644.5441.9954.71
HexBCA35B0D341A2d2a37
Octal2742431330156432555267
Binary101111001010001110110110110111010011010101101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA35B; }

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

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

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

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

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

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

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

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