#BFB164

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

Shades of Gimblet #BFB164

Tints of Gimblet #BFB164

Color information

#BFB164 (or 0xBFB164) is unknown color: approx Gimblet. HEX triplet: BF, B1 and 64. RGB value is (191,177,100). Sum of RGB (Red+Green+Blue) = 191+177+100=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB164 is #404E9B. Grayscale: #ACACAC. Windows color (decimal): -4214428 or 6599103. OLE color: 6599103.

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

Color convert

RGB191177100-
CMYK00.070.480.25
HSL50.77º41.55%57.06%-
HSV(B)50.77º47.64%74.9%-
XYZ39.5143.4418.36-
YUV172.4187.14141.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.81%
GREEN value IS 177 (69.53% from 255) = 37.82%
BLUE value IS 100 (39.45% from 255) = 21.37%
R=40.81%
G=37.82%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117710000.070.480.2550.7741.5557.06
HexBFB164073019332a39
Octal277261144076031635271
Binary10111111101100011100100011111000011001110011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB164; }

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

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

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

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

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

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

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

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