#BFA160

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

Shades of Laser #BFA160

Tints of Laser #BFA160

Color information

#BFA160 (or 0xBFA160) is unknown color: approx Laser. HEX triplet: BF, A1 and 60. RGB value is (191,161,96). Sum of RGB (Red+Green+Blue) = 191+161+96=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA160 is #405E9F. Grayscale: #A2A2A2. Windows color (decimal): -4218528 or 6332863. OLE color: 6332863.

HSL color Cylindrical-coordinate representation of color #BFA160: hue angle of 41.05º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFA160 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB19116196-
CMYK00.160.500.25
HSL41.05º42.6%56.27%-
HSV(B)41.05º49.74%74.9%-
XYZ36.3437.4116.37-
YUV162.5690.44148.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.63%
GREEN value IS 161 (63.28% from 255) = 35.94%
BLUE value IS 96 (37.89% from 255) = 21.43%
R=42.63%
G=35.94%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911619600.160.500.2541.0542.656.27
HexBFA1600103219292b38
Octal2772411400206231515370
Binary1011111110100001110000001000011001011001101001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA160; }

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

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

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

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

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

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

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

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