#BFA05C

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

Shades of Laser #BFA05C

Tints of Laser #BFA05C

Color information

#BFA05C (or 0xBFA05C) is unknown color: approx Laser. HEX triplet: BF, A0 and 5C. RGB value is (191,160,92). Sum of RGB (Red+Green+Blue) = 191+160+92=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA05C is #405FA3. Grayscale: #A1A1A1. Windows color (decimal): -4218788 or 6070463. OLE color: 6070463.

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

Color convert

RGB19116092-
CMYK00.160.520.25
HSL41.21º43.61%55.49%-
HSV(B)41.21º51.83%74.9%-
XYZ35.9936.9915.37-
YUV161.5288.77149.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.12%
GREEN value IS 160 (62.89% from 255) = 36.12%
BLUE value IS 92 (36.33% from 255) = 20.77%
R=43.12%
G=36.12%
B=20.77%

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
Decimal1911609200.160.520.2541.2143.6155.49
HexBFA05C0103419292c37
Octal2772401340206431515467
Binary1011111110100000101110001000011010011001101001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA05C; }

 p { color: rgb(191,160,92); }

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

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

 a { background-color: rgb(191,160,92); }

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

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

 span { border-color: rgb(191,160,92); }

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