#BFA65A

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

Shades of Laser #BFA65A

Tints of Laser #BFA65A

Color information

#BFA65A (or 0xBFA65A) is unknown color: approx Laser. HEX triplet: BF, A6 and 5A. RGB value is (191,166,90). Sum of RGB (Red+Green+Blue) = 191+166+90=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA65A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA65A is #4059A5. Grayscale: #A5A5A5. Windows color (decimal): -4217254 or 5940927. OLE color: 5940927.

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

Color convert

RGB19116690-
CMYK00.130.530.25
HSL45.15º44.1%55.1%-
HSV(B)45.15º52.88%74.9%-
XYZ36.9739.0915.27-
YUV164.8185.78146.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.73%
GREEN value IS 166 (65.23% from 255) = 37.14%
BLUE value IS 90 (35.55% from 255) = 20.13%
R=42.73%
G=37.14%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911669000.130.530.2545.1544.155.1
HexBFA65A0D35192d2c37
Octal2772461320156531555467
Binary101111111010011010110100110111010111001101101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA65A; }

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

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

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

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

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

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

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

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