#B4AF65

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

Shades of Gimblet #B4AF65

Tints of Gimblet #B4AF65

Color information

#B4AF65 (or 0xB4AF65) is unknown color: approx Gimblet. HEX triplet: B4, AF and 65. RGB value is (180,175,101). Sum of RGB (Red+Green+Blue) = 180+175+101=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AF65 is #4B509A. Grayscale: #A8A8A8. Windows color (decimal): -4935835 or 6664116. OLE color: 6664116.

HSL color Cylindrical-coordinate representation of color #B4AF65: hue angle of 56.2º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B4AF65 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB180175101-
CMYK00.030.440.29
HSL56.2º34.5%55.1%-
HSV(B)56.2º43.89%70.59%-
XYZ36.541.318.36-
YUV168.0690.16136.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.47%
GREEN value IS 175 (68.75% from 255) = 38.38%
BLUE value IS 101 (39.84% from 255) = 22.15%
R=39.47%
G=38.38%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017510100.030.440.2956.234.555.1
HexB4AF65032C1D382237
Octal264257145035435704267
Binary1011010010101111110010101110110011101111000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AF65; }

 p { color: rgb(180,175,101); }

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

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

 a { background-color: rgb(180,175,101); }

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

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

 span { border-color: rgb(180,175,101); }

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