#BFA763

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

Shades of Laser #BFA763

Tints of Laser #BFA763

Color information

#BFA763 (or 0xBFA763) is unknown color: approx Laser. HEX triplet: BF, A7 and 63. RGB value is (191,167,99). Sum of RGB (Red+Green+Blue) = 191+167+99=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 167 (65.62% from 255 or 36.54% from 457); Blue value is 99 (39.06% from 255 or 21.66% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA763 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA763 is #40589C. Grayscale: #A6A6A6. Windows color (decimal): -4216989 or 6531007. OLE color: 6531007.

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

Color convert

RGB19116799-
CMYK00.130.480.25
HSL44.35º41.82%56.86%-
HSV(B)44.35º48.17%74.9%-
XYZ37.5639.6117.47-
YUV166.4289.95145.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.79%
GREEN value IS 167 (65.62% from 255) = 36.54%
BLUE value IS 99 (39.06% from 255) = 21.66%
R=41.79%
G=36.54%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911679900.130.480.2544.3541.8256.86
HexBFA7630D30192c2a39
Octal2772471430156031545271
Binary101111111010011111000110110111000011001101100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA763; }

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

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

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

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

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

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

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

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