#BFB360

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

Shades of Gimblet #BFB360

Tints of Gimblet #BFB360

Color information

#BFB360 (or 0xBFB360) is unknown color: approx Gimblet. HEX triplet: BF, B3 and 60. RGB value is (191,179,96). Sum of RGB (Red+Green+Blue) = 191+179+96=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB360 is #404C9F. Grayscale: #ADADAD. Windows color (decimal): -4213920 or 6337471. OLE color: 6337471.

HSL color Cylindrical-coordinate representation of color #BFB360: hue angle of 52.42º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFB360 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB19117996-
CMYK00.060.500.25
HSL52.42º42.6%56.27%-
HSV(B)52.42º49.74%74.9%-
XYZ39.7244.1617.5-
YUV173.1384.48140.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.99%
GREEN value IS 179 (70.31% from 255) = 38.41%
BLUE value IS 96 (37.89% from 255) = 20.60%
R=40.99%
G=38.41%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911799600.060.500.2552.4242.656.27
HexBFB360063219342b38
Octal277263140066231645370
Binary10111111101100111100000011011001011001110100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB360; }

 p { color: rgb(191,179,96); }

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

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

 a { background-color: rgb(191,179,96); }

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

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

 span { border-color: rgb(191,179,96); }

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