Html Css Color HEX #B1A857 Gimblet

📋 copy color: '#B1A857'

red 177 ◦ green 168 ◦ blue 87

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

Shades of Gimblet #B1A857

Tints of Gimblet #B1A857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.14%

R = 40.97%
G = 38.89%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B1A857 (or 0xB1A857) is known color: Gimblet. HEX triplet: B1, A8 and 57. RGB value is (177,168,87). Sum of RGB (Red+Green+Blue) = 177+168+87=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 87 (34.38% from 255 or 20.14% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A857 is #4E57A8. Grayscale: #A1A1A1. Windows color (decimal): -5134249 or 5744817. OLE color: 5744817.

HSL color Cylindrical-coordinate representation of color #B1A857: hue angle of 54º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B1A857 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 168 87 -
CMYK 0 0.05 0.51 0.31
HSL 54º 0.37% 0.52% -
HSV(B) 54º 0.51% 0.69% -
XYZ 33.85 38.04 14.58 -
YUV 161.46 85.98 139.09 -
System Red Green Blue C M Y K H S L
Decimal 177 168 87 0 0.05 0.51 0.31 54 0.37 0.52
Hex B1 A8 57 0 5 33 1F 36 25 34
Octal 261 250 127 0 5 63 37 66 45 64
Binary 10110001 10101000 1010111 0 101 110011 11111 110110 100101 110100

Color Harmonies of #B1A857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A857

Black with #B1A857

Text Example


Text Example

White with #B1A857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A857; }

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

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

background-color css

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

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

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

border-color css

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

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

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