#BFA55B

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

Shades of Laser #BFA55B

Tints of Laser #BFA55B

Color information

#BFA55B (or 0xBFA55B) is unknown color: approx Laser. HEX triplet: BF, A5 and 5B. RGB value is (191,165,91). Sum of RGB (Red+Green+Blue) = 191+165+91=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA55B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA55B is #405AA4. Grayscale: #A4A4A4. Windows color (decimal): -4217509 or 6006207. OLE color: 6006207.

HSL color Cylindrical-coordinate representation of color #BFA55B: hue angle of 44.4º 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 #BFA55B is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB19116591-
CMYK00.140.520.25
HSL44.4º43.86%55.29%-
HSV(B)44.4º52.36%74.9%-
XYZ36.8338.7415.43-
YUV164.3486.61147.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.73%
GREEN value IS 165 (64.84% from 255) = 36.91%
BLUE value IS 91 (35.94% from 255) = 20.36%
R=42.73%
G=36.91%
B=20.36%

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
Decimal1911659100.140.520.2544.443.8655.29
HexBFA55B0E34192c2c37
Octal2772451330166431545467
Binary101111111010010110110110111011010011001101100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA55B; }

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

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

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

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

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

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

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

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