#BFB165

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

Shades of Gimblet #BFB165

Tints of Gimblet #BFB165

Color information

#BFB165 (or 0xBFB165) is unknown color: approx Gimblet. HEX triplet: BF, B1 and 65. RGB value is (191,177,101). Sum of RGB (Red+Green+Blue) = 191+177+101=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB165 is #404E9A. Grayscale: #ACACAC. Windows color (decimal): -4214427 or 6664639. OLE color: 6664639.

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

Color convert

RGB191177101-
CMYK00.070.470.25
HSL50.67º41.28%57.25%-
HSV(B)50.67º47.12%74.9%-
XYZ39.5643.4618.62-
YUV172.5287.64141.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.72%
GREEN value IS 177 (69.53% from 255) = 37.74%
BLUE value IS 101 (39.84% from 255) = 21.54%
R=40.72%
G=37.74%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117710100.070.470.2550.6741.2857.25
HexBFB165072F19332939
Octal277261145075731635171
Binary10111111101100011100101011110111111001110011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB165; }

 p { color: rgb(191,177,101); }

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

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

 a { background-color: rgb(191,177,101); }

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

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

 span { border-color: rgb(191,177,101); }

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