#BFA663

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

Shades of Laser #BFA663

Tints of Laser #BFA663

Color information

#BFA663 (or 0xBFA663) is unknown color: approx Laser. HEX triplet: BF, A6 and 63. RGB value is (191,166,99). Sum of RGB (Red+Green+Blue) = 191+166+99=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA663 is #40599C. Grayscale: #A6A6A6. Windows color (decimal): -4217245 or 6530751. OLE color: 6530751.

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

Color convert

RGB19116699-
CMYK00.130.480.25
HSL43.7º41.82%56.86%-
HSV(B)43.7º48.17%74.9%-
XYZ37.3739.2517.41-
YUV165.8490.28145.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.89%
GREEN value IS 166 (65.23% from 255) = 36.40%
BLUE value IS 99 (39.06% from 255) = 21.71%
R=41.89%
G=36.40%
B=21.71%

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
Decimal1911669900.130.480.2543.741.8256.86
HexBFA6630D30192c2a39
Octal2772461430156031545271
Binary101111111010011011000110110111000011001101100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA663; }

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

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

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

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

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

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

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

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