Html Css Color HEX #B19648 Husk

📋 copy color: '#B19648'

red 177 ◦ green 150 ◦ blue 72

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

Shades of Husk #B19648

Tints of Husk #B19648

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.59%

 BLUE value IS 72 (28.52% from 255) = 18.05%

R = 44.36%
G = 37.59%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B19648 (or 0xB19648) is known color: Husk. HEX triplet: B1, 96 and 48. RGB value is (177,150,72). Sum of RGB (Red+Green+Blue) = 177+150+72=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B19648 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19648 is #4E69B7. Grayscale: #959595. Windows color (decimal): -5138872 or 4757169. OLE color: 4757169.

HSL color Cylindrical-coordinate representation of color #B19648: hue angle of 44.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B19648 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 150 72 -
CMYK 0 0.15 0.59 0.31
HSL 44.57º 0.42% 0.49% -
HSV(B) 44.57º 0.59% 0.69% -
XYZ 30.21 31.63 10.64 -
YUV 149.18 84.45 147.84 -
System Red Green Blue C M Y K H S L
Decimal 177 150 72 0 0.15 0.59 0.31 44.57 0.42 0.49
Hex B1 96 48 0 F 3B 1F 2D 2A 31
Octal 261 226 110 0 17 73 37 55 52 61
Binary 10110001 10010110 1001000 0 1111 111011 11111 101101 101010 110001

Color Harmonies of #B19648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19648

Black with #B19648

Text Example


Text Example

White with #B19648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19648; }

 p { color: rgb(177,150,72); }

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

background-color css

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

 a { background-color: rgb(177,150,72); }

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

border-color css

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

 span { border-color: rgb(177,150,72); }

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