#B8A269

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

Shades of Gimblet #B8A269

Tints of Gimblet #B8A269

Color information

#B8A269 (or 0xB8A269) is unknown color: approx Gimblet. HEX triplet: B8, A2 and 69. RGB value is (184,162,105). Sum of RGB (Red+Green+Blue) = 184+162+105=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A269 is #475D96. Grayscale: #A2A2A2. Windows color (decimal): -4677015 or 6922936. OLE color: 6922936.

HSL color Cylindrical-coordinate representation of color #B8A269: hue angle of 43.29º 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 #B8A269 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB184162105-
CMYK00.120.430.28
HSL43.29º35.75%56.67%-
HSV(B)43.29º42.93%72.16%-
XYZ35.2437.0518.66-
YUV162.0895.79143.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.80%
GREEN value IS 162 (63.67% from 255) = 35.92%
BLUE value IS 105 (41.41% from 255) = 23.28%
R=40.80%
G=35.92%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416210500.120.430.2843.2935.7556.67
HexB8A2690C2B1C2b2439
Octal2702421510145334534471
Binary101110001010001011010010110010101111100101011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A269; }

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

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

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

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

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

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

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

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