#BFAE6B

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

Shades of Gimblet #BFAE6B

Tints of Gimblet #BFAE6B

Color information

#BFAE6B (or 0xBFAE6B) is unknown color: approx Gimblet. HEX triplet: BF, AE and 6B. RGB value is (191,174,107). Sum of RGB (Red+Green+Blue) = 191+174+107=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAE6B is #405194. Grayscale: #ABABAB. Windows color (decimal): -4215189 or 7057087. OLE color: 7057087.

HSL color Cylindrical-coordinate representation of color #BFAE6B: hue angle of 47.86º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFAE6B is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB191174107-
CMYK00.090.440.25
HSL47.86º39.62%58.43%-
HSV(B)47.86º43.98%74.9%-
XYZ39.2842.4120.03-
YUV171.4491.63141.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.47%
GREEN value IS 174 (68.36% from 255) = 36.86%
BLUE value IS 107 (42.19% from 255) = 22.67%
R=40.47%
G=36.86%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117410700.090.440.2547.8639.6258.43
HexBFAE6B092C1930283a
Octal2772561530115431605072
Binary101111111010111011010110100110110011001110000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAE6B; }

 p { color: rgb(191,174,107); }

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

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

 a { background-color: rgb(191,174,107); }

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

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

 span { border-color: rgb(191,174,107); }

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