Html Css Color HEX #B1A162 Gimblet

📋 copy color: '#B1A162'

red 177 ◦ green 161 ◦ blue 98

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

Shades of Gimblet #B1A162

Tints of Gimblet #B1A162

RGB

 RED value IS 177 (69.53% from 255) = 40.6%

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

 BLUE value IS 98 (38.67% from 255) = 22.48%

R = 40.6%
G = 36.93%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B1A162 (or 0xB1A162) is known color: Gimblet. HEX triplet: B1, A1 and 62. RGB value is (177,161,98). Sum of RGB (Red+Green+Blue) = 177+161+98=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 98 (38.67% from 255 or 22.48% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A162 is #4E5E9D. Grayscale: #9E9E9E. Windows color (decimal): -5136030 or 6463921. OLE color: 6463921.

HSL color Cylindrical-coordinate representation of color #B1A162: hue angle of 47.85º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B1A162 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 161 98 -
CMYK 0 0.09 0.45 0.31
HSL 47.85º 0.34% 0.54% -
HSV(B) 47.85º 0.45% 0.69% -
XYZ 33.08 35.72 16.71 -
YUV 158.6 93.8 141.12 -
System Red Green Blue C M Y K H S L
Decimal 177 161 98 0 0.09 0.45 0.31 47.85 0.34 0.54
Hex B1 A1 62 0 9 2D 1F 30 22 36
Octal 261 241 142 0 11 55 37 60 42 66
Binary 10110001 10100001 1100010 0 1001 101101 11111 110000 100010 110110

Color Harmonies of #B1A162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A162

Black with #B1A162

Text Example


Text Example

White with #B1A162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A162; }

 p { color: rgb(177,161,98); }

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

background-color css

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

 a { background-color: rgb(177,161,98); }

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

border-color css

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

 span { border-color: rgb(177,161,98); }

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