Html Css Color HEX #B19F64 Gimblet

📋 copy color: '#B19F64'

red 177 ◦ green 159 ◦ blue 100

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

Shades of Gimblet #B19F64

Tints of Gimblet #B19F64

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.47%

 BLUE value IS 100 (39.45% from 255) = 22.94%

R = 40.6%
G = 36.47%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B19F64 (or 0xB19F64) is known color: Gimblet. HEX triplet: B1, 9F and 64. RGB value is (177,159,100). Sum of RGB (Red+Green+Blue) = 177+159+100=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19F64 is #4E609B. Grayscale: #9D9D9D. Windows color (decimal): -5136540 or 6594481. OLE color: 6594481.

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

Color convert

RGB 177 159 100 -
CMYK 0 0.10 0.44 0.31
HSL 45.97º 0.33% 0.54% -
HSV(B) 45.97º 0.44% 0.69% -
XYZ 32.83 35.06 17.09 -
YUV 157.66 95.46 141.8 -
System Red Green Blue C M Y K H S L
Decimal 177 159 100 0 0.10 0.44 0.31 45.97 0.33 0.54
Hex B1 9F 64 0 A 2C 1F 2E 21 36
Octal 261 237 144 0 12 54 37 56 41 66
Binary 10110001 10011111 1100100 0 1010 101100 11111 101110 100001 110110

Color Harmonies of #B19F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19F64

Black with #B19F64

Text Example


Text Example

White with #B19F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19F64; }

 p { color: rgb(177,159,100); }

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

background-color css

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

 a { background-color: rgb(177,159,100); }

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

border-color css

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

 span { border-color: rgb(177,159,100); }

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