Html Css Color HEX #B1A655 Gimblet

📋 copy color: '#B1A655'

red 177 ◦ green 166 ◦ blue 85

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

Shades of Gimblet #B1A655

Tints of Gimblet #B1A655

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.79%

 BLUE value IS 85 (33.59% from 255) = 19.86%

R = 41.36%
G = 38.79%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B1A655 (or 0xB1A655) is known color: Gimblet. HEX triplet: B1, A6 and 55. RGB value is (177,166,85). Sum of RGB (Red+Green+Blue) = 177+166+85=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 85 (33.59% from 255 or 19.86% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A655 is #4E59AA. Grayscale: #A0A0A0. Windows color (decimal): -5134763 or 5613233. OLE color: 5613233.

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

Color convert

RGB 177 166 85 -
CMYK 0 0.06 0.52 0.31
HSL 52.83º 0.37% 0.51% -
HSV(B) 52.83º 0.52% 0.69% -
XYZ 33.41 37.28 14.03 -
YUV 160.06 85.64 140.09 -
System Red Green Blue C M Y K H S L
Decimal 177 166 85 0 0.06 0.52 0.31 52.83 0.37 0.51
Hex B1 A6 55 0 6 34 1F 35 25 33
Octal 261 246 125 0 6 64 37 65 45 63
Binary 10110001 10100110 1010101 0 110 110100 11111 110101 100101 110011

Color Harmonies of #B1A655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A655

Black with #B1A655

Text Example


Text Example

White with #B1A655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A655; }

 p { color: rgb(177,166,85); }

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

background-color css

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

 a { background-color: rgb(177,166,85); }

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

border-color css

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

 span { border-color: rgb(177,166,85); }

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