Html Css Color HEX #B1A562 Gimblet

📋 copy color: '#B1A562'

red 177 ◦ green 165 ◦ blue 98

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

Shades of Gimblet #B1A562

Tints of Gimblet #B1A562

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.5%

 BLUE value IS 98 (38.67% from 255) = 22.27%

R = 40.23%
G = 37.5%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B1A562 (or 0xB1A562) is known color: Gimblet. HEX triplet: B1, A5 and 62. RGB value is (177,165,98). Sum of RGB (Red+Green+Blue) = 177+165+98=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 98 (38.67% from 255 or 22.27% from 440); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A562 is #4E5A9D. Grayscale: #A1A1A1. Windows color (decimal): -5135006 or 6464945. OLE color: 6464945.

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

Color convert

RGB 177 165 98 -
CMYK 0 0.07 0.45 0.31
HSL 50.89º 0.34% 0.54% -
HSV(B) 50.89º 0.45% 0.69% -
XYZ 33.79 37.14 16.94 -
YUV 160.95 92.48 139.45 -
System Red Green Blue C M Y K H S L
Decimal 177 165 98 0 0.07 0.45 0.31 50.89 0.34 0.54
Hex B1 A5 62 0 7 2D 1F 33 22 36
Octal 261 245 142 0 7 55 37 63 42 66
Binary 10110001 10100101 1100010 0 111 101101 11111 110011 100010 110110

Color Harmonies of #B1A562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A562

Black with #B1A562

Text Example


Text Example

White with #B1A562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A562; }

 p { color: rgb(177,165,98); }

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

background-color css

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

 a { background-color: rgb(177,165,98); }

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

border-color css

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

 span { border-color: rgb(177,165,98); }

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