#B5AE67

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

Shades of Gimblet #B5AE67

Tints of Gimblet #B5AE67

Color information

#B5AE67 (or 0xB5AE67) is unknown color: approx Gimblet. HEX triplet: B5, AE and 67. RGB value is (181,174,103). Sum of RGB (Red+Green+Blue) = 181+174+103=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 103 (40.62% from 255 or 22.49% from 458); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AE67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AE67 is #4A5198. Grayscale: #A8A8A8. Windows color (decimal): -4870553 or 6794933. OLE color: 6794933.

HSL color Cylindrical-coordinate representation of color #B5AE67: hue angle of 54.62º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B5AE67 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB181174103-
CMYK00.040.430.29
HSL54.62º34.51%55.69%-
HSV(B)54.62º43.09%70.98%-
XYZ36.6441.0818.83-
YUV16891.32137.27-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.52%
GREEN value IS 174 (68.36% from 255) = 37.99%
BLUE value IS 103 (40.62% from 255) = 22.49%
R=39.52%
G=37.99%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117410300.040.430.2954.6234.5155.69
HexB5AE67042B1D372338
Octal265256147045335674370
Binary10110101101011101100111010010101111101110111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AE67; }

 p { color: rgb(181,174,103); }

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

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

 a { background-color: rgb(181,174,103); }

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

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

 span { border-color: rgb(181,174,103); }

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