#BFA362

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

Shades of Laser #BFA362

Tints of Laser #BFA362

Color information

#BFA362 (or 0xBFA362) is unknown color: approx Laser. HEX triplet: BF, A3 and 62. RGB value is (191,163,98). Sum of RGB (Red+Green+Blue) = 191+163+98=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA362 is #405C9D. Grayscale: #A4A4A4. Windows color (decimal): -4218014 or 6464447. OLE color: 6464447.

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

Color convert

RGB19116398-
CMYK00.150.490.25
HSL41.94º42.08%56.67%-
HSV(B)41.94º48.69%74.9%-
XYZ36.7938.1516.98-
YUV163.9690.78147.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.26%
GREEN value IS 163 (64.06% from 255) = 36.06%
BLUE value IS 98 (38.67% from 255) = 21.68%
R=42.26%
G=36.06%
B=21.68%

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
Decimal1911639800.150.490.2541.9442.0856.67
HexBFA3620F31192a2a39
Octal2772431420176131525271
Binary101111111010001111000100111111000111001101010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA362; }

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

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

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

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

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

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

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

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