#BFA258

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

Shades of Laser #BFA258

Tints of Laser #BFA258

Color information

#BFA258 (or 0xBFA258) is unknown color: approx Laser. HEX triplet: BF, A2 and 58. RGB value is (191,162,88). Sum of RGB (Red+Green+Blue) = 191+162+88=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 88 (34.77% from 255 or 19.95% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA258 is #405DA7. Grayscale: #A2A2A2. Windows color (decimal): -4218280 or 5808831. OLE color: 5808831.

HSL color Cylindrical-coordinate representation of color #BFA258: hue angle of 43.11º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFA258 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB19116288-
CMYK00.150.540.25
HSL43.11º44.59%54.71%-
HSV(B)43.11º53.93%74.9%-
XYZ36.1737.6214.59-
YUV162.2386.11148.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.31%
GREEN value IS 162 (63.67% from 255) = 36.73%
BLUE value IS 88 (34.77% from 255) = 19.95%
R=43.31%
G=36.73%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911628800.150.540.2543.1144.5954.71
HexBFA2580F36192b2d37
Octal2772421300176631535567
Binary101111111010001010110000111111011011001101011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA258; }

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

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

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

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

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

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

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

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