#B4A76B

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

Shades of Gimblet #B4A76B

Tints of Gimblet #B4A76B

Color information

#B4A76B (or 0xB4A76B) is unknown color: approx Gimblet. HEX triplet: B4, A7 and 6B. RGB value is (180,167,107). Sum of RGB (Red+Green+Blue) = 180+167+107=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 167 (65.62% from 255 or 36.78% from 454); Blue value is 107 (42.19% from 255 or 23.57% from 454); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A76B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A76B is #4B5894. Grayscale: #A4A4A4. Windows color (decimal): -4937877 or 7055284. OLE color: 7055284.

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

Color convert

RGB180167107-
CMYK00.070.410.29
HSL49.32º32.74%56.27%-
HSV(B)49.32º40.56%70.59%-
XYZ35.2938.419.46-
YUV164.0595.81139.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.65%
GREEN value IS 167 (65.62% from 255) = 36.78%
BLUE value IS 107 (42.19% from 255) = 23.57%
R=39.65%
G=36.78%
B=23.57%

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
Decimal18016710700.070.410.2949.3232.7456.27
HexB4A76B07291D312138
Octal264247153075135614170
Binary10110100101001111101011011110100111101110001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A76B; }

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

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

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

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

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

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

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

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