#BFA358

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

Shades of Laser #BFA358

Tints of Laser #BFA358

Color information

#BFA358 (or 0xBFA358) is unknown color: approx Laser. HEX triplet: BF, A3 and 58. RGB value is (191,163,88). Sum of RGB (Red+Green+Blue) = 191+163+88=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 88 (34.77% from 255 or 19.91% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA358 is #405CA7. Grayscale: #A3A3A3. Windows color (decimal): -4218024 or 5809087. OLE color: 5809087.

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

Color convert

RGB19116388-
CMYK00.150.540.25
HSL43.69º44.59%54.71%-
HSV(B)43.69º53.93%74.9%-
XYZ36.3437.9814.65-
YUV162.8285.78148.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.21%
GREEN value IS 163 (64.06% from 255) = 36.88%
BLUE value IS 88 (34.77% from 255) = 19.91%
R=43.21%
G=36.88%
B=19.91%

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
Decimal1911638800.150.540.2543.6944.5954.71
HexBFA3580F36192c2d37
Octal2772431300176631545567
Binary101111111010001110110000111111011011001101100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA358; }

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

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

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

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

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

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

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

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