#BFAA6C

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

Shades of Laser #BFAA6C

Tints of Laser #BFAA6C

Color information

#BFAA6C (or 0xBFAA6C) is unknown color: approx Laser. HEX triplet: BF, AA and 6C. RGB value is (191,170,108). Sum of RGB (Red+Green+Blue) = 191+170+108=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAA6C is #405593. Grayscale: #A9A9A9. Windows color (decimal): -4216212 or 7121599. OLE color: 7121599.

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

Color convert

RGB191170108-
CMYK00.110.430.25
HSL44.82º39.34%58.63%-
HSV(B)44.82º43.46%74.9%-
XYZ38.5740.9120.05-
YUV169.2193.46143.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.72%
GREEN value IS 170 (66.80% from 255) = 36.25%
BLUE value IS 108 (42.58% from 255) = 23.03%
R=40.72%
G=36.25%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117010800.110.430.2544.8239.3458.63
HexBFAA6C0B2B192d273b
Octal2772521540135331554773
Binary101111111010101011011000101110101111001101101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAA6C; }

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

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

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

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

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

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

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

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