Html Css Color HEX #B1AA5F Gimblet

📋 copy color: '#B1AA5F'

red 177 ◦ green 170 ◦ blue 95

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

Shades of Gimblet #B1AA5F

Tints of Gimblet #B1AA5F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.46%

 BLUE value IS 95 (37.5% from 255) = 21.49%

R = 40.05%
G = 38.46%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B1AA5F (or 0xB1AA5F) is known color: Gimblet. HEX triplet: B1, AA and 5F. RGB value is (177,170,95). Sum of RGB (Red+Green+Blue) = 177+170+95=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 95 (37.5% from 255 or 21.49% from 442); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AA5F is #4E55A0. Grayscale: #A3A3A3. Windows color (decimal): -5133729 or 6269617. OLE color: 6269617.

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

Color convert

RGB 177 170 95 -
CMYK 0 0.04 0.46 0.31
HSL 54.88º 0.34% 0.53% -
HSV(B) 54.88º 0.46% 0.69% -
XYZ 34.57 38.92 16.52 -
YUV 163.54 89.32 137.6 -
System Red Green Blue C M Y K H S L
Decimal 177 170 95 0 0.04 0.46 0.31 54.88 0.34 0.53
Hex B1 AA 5F 0 4 2E 1F 37 22 35
Octal 261 252 137 0 4 56 37 67 42 65
Binary 10110001 10101010 1011111 0 100 101110 11111 110111 100010 110101

Color Harmonies of #B1AA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AA5F

Black with #B1AA5F

Text Example


Text Example

White with #B1AA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AA5F; }

 p { color: rgb(177,170,95); }

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

background-color css

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

 a { background-color: rgb(177,170,95); }

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

border-color css

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

 span { border-color: rgb(177,170,95); }

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