Html Css Color HEX #B1A561 Gimblet

📋 copy color: '#B1A561'

red 177 ◦ green 165 ◦ blue 97

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

Shades of Gimblet #B1A561

Tints of Gimblet #B1A561

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.59%

 BLUE value IS 97 (38.28% from 255) = 22.1%

R = 40.32%
G = 37.59%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B1A561 (or 0xB1A561) is known color: Gimblet. HEX triplet: B1, A5 and 61. RGB value is (177,165,97). Sum of RGB (Red+Green+Blue) = 177+165+97=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A561 is #4E5A9E. Grayscale: #A1A1A1. Windows color (decimal): -5135007 or 6399409. OLE color: 6399409.

HSL color Cylindrical-coordinate representation of color #B1A561: hue angle of 51º 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 #B1A561 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 165 97 -
CMYK 0 0.07 0.45 0.31
HSL 51º 0.34% 0.54% -
HSV(B) 51º 0.45% 0.69% -
XYZ 33.74 37.12 16.7 -
YUV 160.84 91.98 139.53 -
System Red Green Blue C M Y K H S L
Decimal 177 165 97 0 0.07 0.45 0.31 51 0.34 0.54
Hex B1 A5 61 0 7 2D 1F 33 22 36
Octal 261 245 141 0 7 55 37 63 42 66
Binary 10110001 10100101 1100001 0 111 101101 11111 110011 100010 110110

Color Harmonies of #B1A561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A561

Black with #B1A561

Text Example


Text Example

White with #B1A561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A561; }

 p { color: rgb(177,165,97); }

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

background-color css

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

 a { background-color: rgb(177,165,97); }

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

border-color css

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

 span { border-color: rgb(177,165,97); }

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