#B0AD68

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

Shades of Gimblet #B0AD68

Tints of Gimblet #B0AD68

Color information

#B0AD68 (or 0xB0AD68) is unknown color: approx Gimblet. HEX triplet: B0, AD and 68. RGB value is (176,173,104). Sum of RGB (Red+Green+Blue) = 176+173+104=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AD68 is #4F5297. Grayscale: #A6A6A6. Windows color (decimal): -5198488 or 6860208. OLE color: 6860208.

HSL color Cylindrical-coordinate representation of color #B0AD68: hue angle of 57.5º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0AD68 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB176173104-
CMYK00.020.410.31
HSL57.5º31.3%54.9%-
HSV(B)57.5º40.91%69.02%-
XYZ35.3540.1218.98-
YUV166.0392.99135.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.85%
GREEN value IS 173 (67.97% from 255) = 38.19%
BLUE value IS 104 (41.02% from 255) = 22.96%
R=38.85%
G=38.19%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617310400.020.410.3157.531.354.9
HexB0AD6802291F3a1f37
Octal260255150025137723767
Binary101100001010110111010000101010011111111101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AD68; }

 p { color: rgb(176,173,104); }

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

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

 a { background-color: rgb(176,173,104); }

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

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

 span { border-color: rgb(176,173,104); }

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