Html Css Color HEX #B19F65 Gimblet

📋 copy color: '#B19F65'

red 177 ◦ green 159 ◦ blue 101

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

Shades of Gimblet #B19F65

Tints of Gimblet #B19F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.11%

R = 40.5%
G = 36.38%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B19F65 (or 0xB19F65) is known color: Gimblet. HEX triplet: B1, 9F and 65. RGB value is (177,159,101). Sum of RGB (Red+Green+Blue) = 177+159+101=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19F65 is #4E609A. Grayscale: #9E9E9E. Windows color (decimal): -5136539 or 6660017. OLE color: 6660017.

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

Color convert

RGB 177 159 101 -
CMYK 0 0.10 0.43 0.31
HSL 45.79º 0.33% 0.55% -
HSV(B) 45.79º 0.43% 0.69% -
XYZ 32.88 35.08 17.35 -
YUV 157.77 95.96 141.72 -
System Red Green Blue C M Y K H S L
Decimal 177 159 101 0 0.10 0.43 0.31 45.79 0.33 0.55
Hex B1 9F 65 0 A 2B 1F 2E 21 37
Octal 261 237 145 0 12 53 37 56 41 67
Binary 10110001 10011111 1100101 0 1010 101011 11111 101110 100001 110111

Color Harmonies of #B19F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19F65

Black with #B19F65

Text Example


Text Example

White with #B19F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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