#BFB561

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

Shades of Gimblet #BFB561

Tints of Gimblet #BFB561

Color information

#BFB561 (or 0xBFB561) is unknown color: approx Gimblet. HEX triplet: BF, B5 and 61. RGB value is (191,181,97). Sum of RGB (Red+Green+Blue) = 191+181+97=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB561 is #404A9E. Grayscale: #AEAEAE. Windows color (decimal): -4213407 or 6403519. OLE color: 6403519.

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

Color convert

RGB19118197-
CMYK00.050.490.25
HSL53.62º42.34%56.47%-
HSV(B)53.62º49.21%74.9%-
XYZ40.1744.9917.88-
YUV174.4184.31139.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.72%
GREEN value IS 181 (71.09% from 255) = 38.59%
BLUE value IS 97 (38.28% from 255) = 20.68%
R=40.72%
G=38.59%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911819700.050.490.2553.6242.3456.47
HexBFB561053119362a38
Octal277265141056131665270
Binary10111111101101011100001010111000111001110110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB561; }

 p { color: rgb(191,181,97); }

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

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

 a { background-color: rgb(191,181,97); }

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

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

 span { border-color: rgb(191,181,97); }

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