Html Css Color HEX #B1A85F Gimblet

📋 copy color: '#B1A85F'

red 177 ◦ green 168 ◦ blue 95

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

Shades of Gimblet #B1A85F

Tints of Gimblet #B1A85F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.18%

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

R = 40.23%
G = 38.18%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B1A85F (or 0xB1A85F) is known color: Gimblet. HEX triplet: B1, A8 and 5F. RGB value is (177,168,95). Sum of RGB (Red+Green+Blue) = 177+168+95=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 95 (37.5% from 255 or 21.59% from 440); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A85F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A85F is #4E57A0. Grayscale: #A2A2A2. Windows color (decimal): -5134241 or 6269105. OLE color: 6269105.

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

Color convert

RGB 177 168 95 -
CMYK 0 0.05 0.46 0.31
HSL 53.41º 0.34% 0.53% -
HSV(B) 53.41º 0.46% 0.69% -
XYZ 34.2 38.18 16.39 -
YUV 162.37 89.98 138.44 -
System Red Green Blue C M Y K H S L
Decimal 177 168 95 0 0.05 0.46 0.31 53.41 0.34 0.53
Hex B1 A8 5F 0 5 2E 1F 35 22 35
Octal 261 250 137 0 5 56 37 65 42 65
Binary 10110001 10101000 1011111 0 101 101110 11111 110101 100010 110101

Color Harmonies of #B1A85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A85F

Black with #B1A85F

Text Example


Text Example

White with #B1A85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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