#BFA35A

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

Shades of Laser #BFA35A

Tints of Laser #BFA35A

Color information

#BFA35A (or 0xBFA35A) is unknown color: approx Laser. HEX triplet: BF, A3 and 5A. RGB value is (191,163,90). Sum of RGB (Red+Green+Blue) = 191+163+90=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA35A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA35A is #405CA5. Grayscale: #A3A3A3. Windows color (decimal): -4218022 or 5940159. OLE color: 5940159.

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

Color convert

RGB19116390-
CMYK00.150.530.25
HSL43.37º44.1%55.1%-
HSV(B)43.37º52.88%74.9%-
XYZ36.4338.0115.09-
YUV163.0586.78147.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.02%
GREEN value IS 163 (64.06% from 255) = 36.71%
BLUE value IS 90 (35.55% from 255) = 20.27%
R=43.02%
G=36.71%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911639000.150.530.2543.3744.155.1
HexBFA35A0F35192b2c37
Octal2772431320176531535467
Binary101111111010001110110100111111010111001101011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA35A; }

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

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

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

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

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

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

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

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