Html Css Color HEX #B7A160 Gimblet

📋 copy color: '#B7A160'

red 183 ◦ green 161 ◦ blue 96

#B7A160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gimblet #B7A160

Tints of Gimblet #B7A160

RGB

 RED value IS 183 (71.88% from 255) = 41.59%

 GREEN value IS 161 (63.28% from 255) = 36.59%

 BLUE value IS 96 (37.89% from 255) = 21.82%

R = 41.59%
G = 36.59%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B7A160 (or 0xB7A160) is known color: Gimblet. HEX triplet: B7, A1 and 60. RGB value is (183,161,96). Sum of RGB (Red+Green+Blue) = 183+161+96=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A160 is #485E9F. Grayscale: #A0A0A0. Windows color (decimal): -4742816 or 6332855. OLE color: 6332855.

HSL color Cylindrical-coordinate representation of color #B7A160: hue angle of 44.83º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B7A160 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 161 96 -
CMYK 0 0.12 0.48 0.28
HSL 44.83º 0.38% 0.55% -
HSV(B) 44.83º 0.48% 0.72% -
XYZ 34.38 36.4 16.28 -
YUV 160.17 91.79 144.29 -
System Red Green Blue C M Y K H S L
Decimal 183 161 96 0 0.12 0.48 0.28 44.83 0.38 0.55
Hex B7 A1 60 0 C 30 1C 2D 26 37
Octal 267 241 140 0 14 60 34 55 46 67
Binary 10110111 10100001 1100000 0 1100 110000 11100 101101 100110 110111

Color Harmonies of #B7A160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A160

Black with #B7A160

Text Example


Text Example

White with #B7A160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A160; }

 p { color: rgb(183,161,96); }

 H1.HeaderClassName
 {
   color: #B7A160;
 }
 .AnyTagClassName
 {
   color: #B7A160;
 }
</style>

background-color css

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

 a { background-color: rgb(183,161,96); }

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

border-color css

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

 span { border-color: rgb(183,161,96); }

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