#BFA15B

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

Shades of Laser #BFA15B

Tints of Laser #BFA15B

Color information

#BFA15B (or 0xBFA15B) is unknown color: approx Laser. HEX triplet: BF, A1 and 5B. RGB value is (191,161,91). Sum of RGB (Red+Green+Blue) = 191+161+91=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA15B is #405EA4. Grayscale: #A2A2A2. Windows color (decimal): -4218533 or 6005183. OLE color: 6005183.

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

Color convert

RGB19116191-
CMYK00.160.520.25
HSL42º43.86%55.29%-
HSV(B)42º52.36%74.9%-
XYZ36.1237.3215.2-
YUV161.9987.94148.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.12%
GREEN value IS 161 (63.28% from 255) = 36.34%
BLUE value IS 91 (35.94% from 255) = 20.54%
R=43.12%
G=36.34%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911619100.160.520.254243.8655.29
HexBFA15B01034192a2c37
Octal2772411330206431525467
Binary1011111110100001101101101000011010011001101010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA15B; }

 p { color: rgb(191,161,91); }

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

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

 a { background-color: rgb(191,161,91); }

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

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

 span { border-color: rgb(191,161,91); }

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