#BFA063

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

Shades of Laser #BFA063

Tints of Laser #BFA063

Color information

#BFA063 (or 0xBFA063) is unknown color: approx Laser. HEX triplet: BF, A0 and 63. RGB value is (191,160,99). Sum of RGB (Red+Green+Blue) = 191+160+99=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA063 is #405F9C. Grayscale: #A2A2A2. Windows color (decimal): -4218781 or 6529215. OLE color: 6529215.

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

Color convert

RGB19116099-
CMYK00.160.480.25
HSL39.78º41.82%56.86%-
HSV(B)39.78º48.17%74.9%-
XYZ36.3137.1217.06-
YUV162.3292.27148.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.44%
GREEN value IS 160 (62.89% from 255) = 35.56%
BLUE value IS 99 (39.06% from 255) = 22%
R=42.44%
G=35.56%
B=22%

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
Decimal1911609900.160.480.2539.7841.8256.86
HexBFA0630103019282a39
Octal2772401430206031505271
Binary1011111110100000110001101000011000011001101000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA063; }

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

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

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

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

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

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

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

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