#BFA266

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

Shades of Laser #BFA266

Tints of Laser #BFA266

Color information

#BFA266 (or 0xBFA266) is unknown color: approx Laser. HEX triplet: BF, A2 and 66. RGB value is (191,162,102). Sum of RGB (Red+Green+Blue) = 191+162+102=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA266 is #405D99. Grayscale: #A4A4A4. Windows color (decimal): -4218266 or 6726335. OLE color: 6726335.

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

Color convert

RGB191162102-
CMYK00.150.470.25
HSL40.45º41.01%57.45%-
HSV(B)40.45º46.6%74.9%-
XYZ36.837.8817.94-
YUV163.8393.11147.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.98%
GREEN value IS 162 (63.67% from 255) = 35.60%
BLUE value IS 102 (40.23% from 255) = 22.42%
R=41.98%
G=35.60%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116210200.150.470.2540.4541.0157.45
HexBFA2660F2F19282939
Octal2772421460175731505171
Binary101111111010001011001100111110111111001101000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA266; }

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

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

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

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

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

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

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

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