#BFA95C

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

Shades of Laser #BFA95C

Tints of Laser #BFA95C

Color information

#BFA95C (or 0xBFA95C) is unknown color: approx Laser. HEX triplet: BF, A9 and 5C. RGB value is (191,169,92). Sum of RGB (Red+Green+Blue) = 191+169+92=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA95C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA95C is #4056A3. Grayscale: #A7A7A7. Windows color (decimal): -4216484 or 6072767. OLE color: 6072767.

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

Color convert

RGB19116992-
CMYK00.120.520.25
HSL46.67º43.61%55.49%-
HSV(B)46.67º51.83%74.9%-
XYZ37.6140.2315.91-
YUV166.885.79145.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.26%
GREEN value IS 169 (66.41% from 255) = 37.39%
BLUE value IS 92 (36.33% from 255) = 20.35%
R=42.26%
G=37.39%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911699200.120.520.2546.6743.6155.49
HexBFA95C0C34192f2c37
Octal2772511340146431575467
Binary101111111010100110111000110011010011001101111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA95C; }

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

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

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

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

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

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

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

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