#BFA55C

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

Shades of Laser #BFA55C

Tints of Laser #BFA55C

Color information

#BFA55C (or 0xBFA55C) is unknown color: approx Laser. HEX triplet: BF, A5 and 5C. RGB value is (191,165,92). Sum of RGB (Red+Green+Blue) = 191+165+92=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA55C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA55C is #405AA3. Grayscale: #A4A4A4. Windows color (decimal): -4217508 or 6071743. OLE color: 6071743.

HSL color Cylindrical-coordinate representation of color #BFA55C: hue angle of 44.24º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFA55C is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB19116592-
CMYK00.140.520.25
HSL44.24º43.61%55.49%-
HSV(B)44.24º51.83%74.9%-
XYZ36.8738.7615.66-
YUV164.4587.11146.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.63%
GREEN value IS 165 (64.84% from 255) = 36.83%
BLUE value IS 92 (36.33% from 255) = 20.54%
R=42.63%
G=36.83%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911659200.140.520.2544.2443.6155.49
HexBFA55C0E34192c2c37
Octal2772451340166431545467
Binary101111111010010110111000111011010011001101100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA55C; }

 p { color: rgb(191,165,92); }

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

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

 a { background-color: rgb(191,165,92); }

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

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

 span { border-color: rgb(191,165,92); }

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