Html Css Color HEX #B19756 Husk

📋 copy color: '#B19756'

red 177 ◦ green 151 ◦ blue 86

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

Shades of Husk #B19756

Tints of Husk #B19756

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.47%

 BLUE value IS 86 (33.98% from 255) = 20.77%

R = 42.75%
G = 36.47%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B19756 (or 0xB19756) is known color: Husk. HEX triplet: B1, 97 and 56. RGB value is (177,151,86). Sum of RGB (Red+Green+Blue) = 177+151+86=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 151 (59.38% from 255 or 36.47% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B19756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19756 is #4E68A9. Grayscale: #979797. Windows color (decimal): -5138602 or 5674929. OLE color: 5674929.

HSL color Cylindrical-coordinate representation of color #B19756: hue angle of 42.86º 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 #B19756 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 151 86 -
CMYK 0 0.15 0.51 0.31
HSL 42.86º 0.37% 0.52% -
HSV(B) 42.86º 0.51% 0.69% -
XYZ 30.88 32.15 13.38 -
YUV 151.36 91.11 146.29 -
System Red Green Blue C M Y K H S L
Decimal 177 151 86 0 0.15 0.51 0.31 42.86 0.37 0.52
Hex B1 97 56 0 F 33 1F 2B 25 34
Octal 261 227 126 0 17 63 37 53 45 64
Binary 10110001 10010111 1010110 0 1111 110011 11111 101011 100101 110100

Color Harmonies of #B19756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19756

Black with #B19756

Text Example


Text Example

White with #B19756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19756; }

 p { color: rgb(177,151,86); }

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

background-color css

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

 a { background-color: rgb(177,151,86); }

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

border-color css

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

 span { border-color: rgb(177,151,86); }

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