#BFA162

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

Shades of Laser #BFA162

Tints of Laser #BFA162

Color information

#BFA162 (or 0xBFA162) is unknown color: approx Laser. HEX triplet: BF, A1 and 62. RGB value is (191,161,98). Sum of RGB (Red+Green+Blue) = 191+161+98=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA162 is #405E9D. Grayscale: #A3A3A3. Windows color (decimal): -4218526 or 6463935. OLE color: 6463935.

HSL color Cylindrical-coordinate representation of color #BFA162: hue angle of 40.65º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFA162 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB19116198-
CMYK00.160.490.25
HSL40.65º42.08%56.67%-
HSV(B)40.65º48.69%74.9%-
XYZ36.4437.4516.86-
YUV162.7991.44148.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.44%
GREEN value IS 161 (63.28% from 255) = 35.78%
BLUE value IS 98 (38.67% from 255) = 21.78%
R=42.44%
G=35.78%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911619800.160.490.2540.6542.0856.67
HexBFA1620103119292a39
Octal2772411420206131515271
Binary1011111110100001110001001000011000111001101001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA162; }

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

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

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

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

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

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

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

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