#B7AD5C

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

Shades of Gimblet #B7AD5C

Tints of Gimblet #B7AD5C

Color information

#B7AD5C (or 0xB7AD5C) is unknown color: approx Gimblet. HEX triplet: B7, AD and 5C. RGB value is (183,173,92). Sum of RGB (Red+Green+Blue) = 183+173+92=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AD5C is #4852A3. Grayscale: #A7A7A7. Windows color (decimal): -4739748 or 6073783. OLE color: 6073783.

HSL color Cylindrical-coordinate representation of color #B7AD5C: hue angle of 53.41º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B7AD5C is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB18317392-
CMYK00.050.500.28
HSL53.41º38.72%53.92%-
HSV(B)53.41º49.73%71.76%-
XYZ36.440.7316.07-
YUV166.7685.81139.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.85%
GREEN value IS 173 (67.97% from 255) = 38.62%
BLUE value IS 92 (36.33% from 255) = 20.54%
R=40.85%
G=38.62%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831739200.050.500.2853.4138.7253.92
HexB7AD5C05321C352736
Octal267255134056234654766
Binary10110111101011011011100010111001011100110101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AD5C; }

 p { color: rgb(183,173,92); }

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

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

 a { background-color: rgb(183,173,92); }

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

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

 span { border-color: rgb(183,173,92); }

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