#BFA262

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

Shades of Laser #BFA262

Tints of Laser #BFA262

Color information

#BFA262 (or 0xBFA262) is unknown color: approx Laser. HEX triplet: BF, A2 and 62. RGB value is (191,162,98). Sum of RGB (Red+Green+Blue) = 191+162+98=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA262 is #405D9D. Grayscale: #A3A3A3. Windows color (decimal): -4218270 or 6464191. OLE color: 6464191.

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

Color convert

RGB19116298-
CMYK00.150.490.25
HSL41.29º42.08%56.67%-
HSV(B)41.29º48.69%74.9%-
XYZ36.6137.816.92-
YUV163.3791.11147.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.35%
GREEN value IS 162 (63.67% from 255) = 35.92%
BLUE value IS 98 (38.67% from 255) = 21.73%
R=42.35%
G=35.92%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911629800.150.490.2541.2942.0856.67
HexBFA2620F3119292a39
Octal2772421420176131515271
Binary101111111010001011000100111111000111001101001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA262; }

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

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

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

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

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

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

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

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