#BFA163

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

Shades of Laser #BFA163

Tints of Laser #BFA163

Color information

#BFA163 (or 0xBFA163) is unknown color: approx Laser. HEX triplet: BF, A1 and 63. RGB value is (191,161,99). Sum of RGB (Red+Green+Blue) = 191+161+99=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 161 (63.28% from 255 or 35.70% from 451); Blue value is 99 (39.06% from 255 or 21.95% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA163 is #405E9C. Grayscale: #A3A3A3. Windows color (decimal): -4218525 or 6529471. OLE color: 6529471.

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

Color convert

RGB19116199-
CMYK00.160.480.25
HSL40.43º41.82%56.86%-
HSV(B)40.43º48.17%74.9%-
XYZ36.4837.4717.11-
YUV162.991.94148.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.35%
GREEN value IS 161 (63.28% from 255) = 35.70%
BLUE value IS 99 (39.06% from 255) = 21.95%
R=42.35%
G=35.70%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911619900.160.480.2540.4341.8256.86
HexBFA1630103019282a39
Octal2772411430206031505271
Binary1011111110100001110001101000011000011001101000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA163; }

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

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

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

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

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

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

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

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