Html Css Color HEX #B1AB5F Gimblet

📋 copy color: '#B1AB5F'

red 177 ◦ green 171 ◦ blue 95

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

Shades of Gimblet #B1AB5F

Tints of Gimblet #B1AB5F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.6%

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

R = 39.95%
G = 38.6%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B1AB5F (or 0xB1AB5F) is known color: Gimblet. HEX triplet: B1, AB and 5F. RGB value is (177,171,95). Sum of RGB (Red+Green+Blue) = 177+171+95=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AB5F is #4E54A0. Grayscale: #A4A4A4. Windows color (decimal): -5133473 or 6269873. OLE color: 6269873.

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

Color convert

RGB 177 171 95 -
CMYK 0 0.03 0.46 0.31
HSL 55.61º 0.34% 0.53% -
HSV(B) 55.61º 0.46% 0.69% -
XYZ 34.76 39.3 16.58 -
YUV 164.13 88.99 137.18 -
System Red Green Blue C M Y K H S L
Decimal 177 171 95 0 0.03 0.46 0.31 55.61 0.34 0.53
Hex B1 AB 5F 0 3 2E 1F 38 22 35
Octal 261 253 137 0 3 56 37 70 42 65
Binary 10110001 10101011 1011111 0 11 101110 11111 111000 100010 110101

Color Harmonies of #B1AB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AB5F

Black with #B1AB5F

Text Example


Text Example

White with #B1AB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AB5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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