#B8A669

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

Shades of Gimblet #B8A669

Tints of Gimblet #B8A669

Color information

#B8A669 (or 0xB8A669) is unknown color: approx Gimblet. HEX triplet: B8, A6 and 69. RGB value is (184,166,105). Sum of RGB (Red+Green+Blue) = 184+166+105=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A669 is #475996. Grayscale: #A4A4A4. Windows color (decimal): -4675991 or 6923960. OLE color: 6923960.

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

Color convert

RGB184166105-
CMYK00.100.430.28
HSL46.33º35.75%56.67%-
HSV(B)46.33º42.93%72.16%-
XYZ35.9538.4818.9-
YUV164.4394.46141.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.44%
GREEN value IS 166 (65.23% from 255) = 36.48%
BLUE value IS 105 (41.41% from 255) = 23.08%
R=40.44%
G=36.48%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416610500.100.430.2846.3335.7556.67
HexB8A6690A2B1C2e2439
Octal2702461510125334564471
Binary101110001010011011010010101010101111100101110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A669; }

 p { color: rgb(184,166,105); }

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

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

 a { background-color: rgb(184,166,105); }

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

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

 span { border-color: rgb(184,166,105); }

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