#BFB462

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

Shades of Gimblet #BFB462

Tints of Gimblet #BFB462

Color information

#BFB462 (or 0xBFB462) is unknown color: approx Gimblet. HEX triplet: BF, B4 and 62. RGB value is (191,180,98). Sum of RGB (Red+Green+Blue) = 191+180+98=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 98 (38.67% from 255 or 20.90% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB462 is #404B9D. Grayscale: #AEAEAE. Windows color (decimal): -4213662 or 6468799. OLE color: 6468799.

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

Color convert

RGB19118098-
CMYK00.060.490.25
HSL52.9º42.08%56.67%-
HSV(B)52.9º48.69%74.9%-
XYZ40.0144.618.06-
YUV173.9485.14140.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.72%
GREEN value IS 180 (70.70% from 255) = 38.38%
BLUE value IS 98 (38.67% from 255) = 20.90%
R=40.72%
G=38.38%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911809800.060.490.2552.942.0856.67
HexBFB462063119352a39
Octal277264142066131655271
Binary10111111101101001100010011011000111001110101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB462; }

 p { color: rgb(191,180,98); }

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

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

 a { background-color: rgb(191,180,98); }

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

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

 span { border-color: rgb(191,180,98); }

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