#BFA66C

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

Shades of Laser #BFA66C

Tints of Laser #BFA66C

Color information

#BFA66C (or 0xBFA66C) is unknown color: approx Laser. HEX triplet: BF, A6 and 6C. RGB value is (191,166,108). Sum of RGB (Red+Green+Blue) = 191+166+108=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA66C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA66C is #405993. Grayscale: #A7A7A7. Windows color (decimal): -4217236 or 7120575. OLE color: 7120575.

HSL color Cylindrical-coordinate representation of color #BFA66C: hue angle of 41.93º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFA66C is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB191166108-
CMYK00.130.430.25
HSL41.93º39.34%58.63%-
HSV(B)41.93º43.46%74.9%-
XYZ37.8339.4319.8-
YUV166.8694.78145.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.08%
GREEN value IS 166 (65.23% from 255) = 35.70%
BLUE value IS 108 (42.58% from 255) = 23.23%
R=41.08%
G=35.70%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116610800.130.430.2541.9339.3458.63
HexBFA66C0D2B192a273b
Octal2772461540155331524773
Binary101111111010011011011000110110101111001101010100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA66C; }

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

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

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

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

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

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

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

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