#BFA963

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

Shades of Laser #BFA963

Tints of Laser #BFA963

Color information

#BFA963 (or 0xBFA963) is unknown color: approx Laser. HEX triplet: BF, A9 and 63. RGB value is (191,169,99). Sum of RGB (Red+Green+Blue) = 191+169+99=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 99 (39.06% from 255 or 21.57% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA963 is #40569C. Grayscale: #A7A7A7. Windows color (decimal): -4216477 or 6531519. OLE color: 6531519.

HSL color Cylindrical-coordinate representation of color #BFA963: hue angle of 45.65º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFA963 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB19116999-
CMYK00.120.480.25
HSL45.65º41.82%56.86%-
HSV(B)45.65º48.17%74.9%-
XYZ37.9340.3517.59-
YUV167.689.29144.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.61%
GREEN value IS 169 (66.41% from 255) = 36.82%
BLUE value IS 99 (39.06% from 255) = 21.57%
R=41.61%
G=36.82%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911699900.120.480.2545.6541.8256.86
HexBFA9630C30192e2a39
Octal2772511430146031565271
Binary101111111010100111000110110011000011001101110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA963; }

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

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

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

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

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

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

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

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