#BFB066

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

Shades of Gimblet #BFB066

Tints of Gimblet #BFB066

Color information

#BFB066 (or 0xBFB066) is unknown color: approx Gimblet. HEX triplet: BF, B0 and 66. RGB value is (191,176,102). Sum of RGB (Red+Green+Blue) = 191+176+102=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB066 is #404F99. Grayscale: #ACACAC. Windows color (decimal): -4214682 or 6729919. OLE color: 6729919.

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

Color convert

RGB191176102-
CMYK00.080.470.25
HSL49.89º41.01%57.45%-
HSV(B)49.89º46.6%74.9%-
XYZ39.4143.0918.81-
YUV172.0588.47141.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.72%
GREEN value IS 176 (69.14% from 255) = 37.53%
BLUE value IS 102 (40.23% from 255) = 21.75%
R=40.72%
G=37.53%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117610200.080.470.2549.8941.0157.45
HexBFB066082F19322939
Octal2772601460105731625171
Binary101111111011000011001100100010111111001110010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB066; }

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

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

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

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

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

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

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

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