#B4AD6B

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

Shades of Gimblet #B4AD6B

Tints of Gimblet #B4AD6B

Color information

#B4AD6B (or 0xB4AD6B) is unknown color: approx Gimblet. HEX triplet: B4, AD and 6B. RGB value is (180,173,107). Sum of RGB (Red+Green+Blue) = 180+173+107=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 107 (42.19% from 255 or 23.26% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AD6B is #4B5294. Grayscale: #A7A7A7. Windows color (decimal): -4936341 or 7056820. OLE color: 7056820.

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

Color convert

RGB180173107-
CMYK00.040.410.29
HSL54.25º32.74%56.27%-
HSV(B)54.25º40.56%70.59%-
XYZ36.4240.6519.84-
YUV167.5793.82136.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.13%
GREEN value IS 173 (67.97% from 255) = 37.61%
BLUE value IS 107 (42.19% from 255) = 23.26%
R=39.13%
G=37.61%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017310700.040.410.2954.2532.7456.27
HexB4AD6B04291D362138
Octal264255153045135664170
Binary10110100101011011101011010010100111101110110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AD6B; }

 p { color: rgb(180,173,107); }

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

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

 a { background-color: rgb(180,173,107); }

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

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

 span { border-color: rgb(180,173,107); }

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