#B4A86B

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

Shades of Gimblet #B4A86B

Tints of Gimblet #B4A86B

Color information

#B4A86B (or 0xB4A86B) is unknown color: approx Gimblet. HEX triplet: B4, A8 and 6B. RGB value is (180,168,107). Sum of RGB (Red+Green+Blue) = 180+168+107=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A86B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A86B is #4B5794. Grayscale: #A4A4A4. Windows color (decimal): -4937621 or 7055540. OLE color: 7055540.

HSL color Cylindrical-coordinate representation of color #B4A86B: hue angle of 50.14º 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 #B4A86B is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB180168107-
CMYK00.070.410.29
HSL50.14º32.74%56.27%-
HSV(B)50.14º40.56%70.59%-
XYZ35.4838.7719.52-
YUV164.6395.48138.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.56%
GREEN value IS 168 (66.02% from 255) = 36.92%
BLUE value IS 107 (42.19% from 255) = 23.52%
R=39.56%
G=36.92%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016810700.070.410.2950.1432.7456.27
HexB4A86B07291D322138
Octal264250153075135624170
Binary10110100101010001101011011110100111101110010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A86B; }

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

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

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

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

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

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

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

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