#BFA462

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

Shades of Laser #BFA462

Tints of Laser #BFA462

Color information

#BFA462 (or 0xBFA462) is unknown color: approx Laser. HEX triplet: BF, A4 and 62. RGB value is (191,164,98). Sum of RGB (Red+Green+Blue) = 191+164+98=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 164 (64.45% from 255 or 36.20% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA462 is #405B9D. Grayscale: #A4A4A4. Windows color (decimal): -4217758 or 6464703. OLE color: 6464703.

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

Color convert

RGB19116498-
CMYK00.140.490.25
HSL42.58º42.08%56.67%-
HSV(B)42.58º48.69%74.9%-
XYZ36.9738.5117.04-
YUV164.5590.45146.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.16%
GREEN value IS 164 (64.45% from 255) = 36.20%
BLUE value IS 98 (38.67% from 255) = 21.63%
R=42.16%
G=36.20%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911649800.140.490.2542.5842.0856.67
HexBFA4620E31192b2a39
Octal2772441420166131535271
Binary101111111010010011000100111011000111001101011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA462; }

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

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

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

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

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

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

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

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