#B7AE67

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

Shades of Gimblet #B7AE67

Tints of Gimblet #B7AE67

Color information

#B7AE67 (or 0xB7AE67) is unknown color: approx Gimblet. HEX triplet: B7, AE and 67. RGB value is (183,174,103). Sum of RGB (Red+Green+Blue) = 183+174+103=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 174 (68.36% from 255 or 37.83% from 460); Blue value is 103 (40.62% from 255 or 22.39% from 460); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AE67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AE67 is #485198. Grayscale: #A8A8A8. Windows color (decimal): -4739481 or 6794935. OLE color: 6794935.

HSL color Cylindrical-coordinate representation of color #B7AE67: hue angle of 53.25º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B7AE67 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB183174103-
CMYK00.050.440.28
HSL53.25º35.71%56.08%-
HSV(B)53.25º43.72%71.76%-
XYZ37.1141.3218.85-
YUV168.690.98138.27-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.78%
GREEN value IS 174 (68.36% from 255) = 37.83%
BLUE value IS 103 (40.62% from 255) = 22.39%
R=39.78%
G=37.83%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317410300.050.440.2853.2535.7156.08
HexB7AE67052C1C352438
Octal267256147055434654470
Binary10110111101011101100111010110110011100110101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AE67; }

 p { color: rgb(183,174,103); }

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

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

 a { background-color: rgb(183,174,103); }

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

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

 span { border-color: rgb(183,174,103); }

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