#BFA466

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

Shades of Laser #BFA466

Tints of Laser #BFA466

Color information

#BFA466 (or 0xBFA466) is unknown color: approx Laser. HEX triplet: BF, A4 and 66. RGB value is (191,164,102). Sum of RGB (Red+Green+Blue) = 191+164+102=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA466 is #405B99. Grayscale: #A5A5A5. Windows color (decimal): -4217754 or 6726847. OLE color: 6726847.

HSL color Cylindrical-coordinate representation of color #BFA466: hue angle of 41.8º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFA466 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB191164102-
CMYK00.140.470.25
HSL41.8º41.01%57.45%-
HSV(B)41.8º46.6%74.9%-
XYZ37.1638.5918.06-
YUV16592.45146.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.79%
GREEN value IS 164 (64.45% from 255) = 35.89%
BLUE value IS 102 (40.23% from 255) = 22.32%
R=41.79%
G=35.89%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116410200.140.470.2541.841.0157.45
HexBFA4660E2F192a2939
Octal2772441460165731525171
Binary101111111010010011001100111010111111001101010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA466; }

 p { color: rgb(191,164,102); }

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

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

 a { background-color: rgb(191,164,102); }

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

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

 span { border-color: rgb(191,164,102); }

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