#B8AD68

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

Shades of Gimblet #B8AD68

Tints of Gimblet #B8AD68

Color information

#B8AD68 (or 0xB8AD68) is unknown color: approx Gimblet. HEX triplet: B8, AD and 68. RGB value is (184,173,104). Sum of RGB (Red+Green+Blue) = 184+173+104=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AD68 is #475297. Grayscale: #A8A8A8. Windows color (decimal): -4674200 or 6860216. OLE color: 6860216.

HSL color Cylindrical-coordinate representation of color #B8AD68: hue angle of 51.75º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B8AD68 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB184173104-
CMYK00.060.430.28
HSL51.75º36.04%56.47%-
HSV(B)51.75º43.48%72.16%-
XYZ37.2141.0819.06-
YUV168.4291.64139.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.91%
GREEN value IS 173 (67.97% from 255) = 37.53%
BLUE value IS 104 (41.02% from 255) = 22.56%
R=39.91%
G=37.53%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417310400.060.430.2851.7536.0456.47
HexB8AD68062B1C342438
Octal270255150065334644470
Binary10111000101011011101000011010101111100110100100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AD68; }

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

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

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

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

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

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

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

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