#B4AE6B

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

Shades of Gimblet #B4AE6B

Tints of Gimblet #B4AE6B

Color information

#B4AE6B (or 0xB4AE6B) is unknown color: approx Gimblet. HEX triplet: B4, AE and 6B. RGB value is (180,174,107). Sum of RGB (Red+Green+Blue) = 180+174+107=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AE6B is #4B5194. Grayscale: #A8A8A8. Windows color (decimal): -4936085 or 7057076. OLE color: 7057076.

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

Color convert

RGB180174107-
CMYK00.030.410.29
HSL55.07º32.74%56.27%-
HSV(B)55.07º40.56%70.59%-
XYZ36.6141.0419.9-
YUV168.1693.49136.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.05%
GREEN value IS 174 (68.36% from 255) = 37.74%
BLUE value IS 107 (42.19% from 255) = 23.21%
R=39.05%
G=37.74%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017410700.030.410.2955.0732.7456.27
HexB4AE6B03291D372138
Octal264256153035135674170
Binary1011010010101110110101101110100111101110111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AE6B; }

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

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

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

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

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

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

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

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