Html Css Color HEX #B1A45C Gimblet

📋 copy color: '#B1A45C'

red 177 ◦ green 164 ◦ blue 92

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

Shades of Gimblet #B1A45C

Tints of Gimblet #B1A45C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.88%

 BLUE value IS 92 (36.33% from 255) = 21.25%

R = 40.88%
G = 37.88%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B1A45C (or 0xB1A45C) is known color: Gimblet. HEX triplet: B1, A4 and 5C. RGB value is (177,164,92). Sum of RGB (Red+Green+Blue) = 177+164+92=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A45C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A45C is #4E5BA3. Grayscale: #9F9F9F. Windows color (decimal): -5135268 or 6071473. OLE color: 6071473.

HSL color Cylindrical-coordinate representation of color #B1A45C: hue angle of 50.82º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B1A45C is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 164 92 -
CMYK 0 0.07 0.48 0.31
HSL 50.82º 0.35% 0.53% -
HSV(B) 50.82º 0.48% 0.69% -
XYZ 33.34 36.67 15.45 -
YUV 159.68 89.81 140.35 -
System Red Green Blue C M Y K H S L
Decimal 177 164 92 0 0.07 0.48 0.31 50.82 0.35 0.53
Hex B1 A4 5C 0 7 30 1F 33 23 35
Octal 261 244 134 0 7 60 37 63 43 65
Binary 10110001 10100100 1011100 0 111 110000 11111 110011 100011 110101

Color Harmonies of #B1A45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A45C

Black with #B1A45C

Text Example


Text Example

White with #B1A45C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A45C; }

 p { color: rgb(177,164,92); }

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

background-color css

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

 a { background-color: rgb(177,164,92); }

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

border-color css

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

 span { border-color: rgb(177,164,92); }

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