Html Css Color HEX #B19646 Husk

📋 copy color: '#B19646'

red 177 ◦ green 150 ◦ blue 70

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

Shades of Husk #B19646

Tints of Husk #B19646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.63%

R = 44.58%
G = 37.78%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B19646 (or 0xB19646) is known color: Husk. HEX triplet: B1, 96 and 46. RGB value is (177,150,70). Sum of RGB (Red+Green+Blue) = 177+150+70=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B19646 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19646 is #4E69B9. Grayscale: #959595. Windows color (decimal): -5138874 or 4626097. OLE color: 4626097.

HSL color Cylindrical-coordinate representation of color #B19646: hue angle of 44.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B19646 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 150 70 -
CMYK 0 0.15 0.60 0.31
HSL 44.86º 0.43% 0.48% -
HSV(B) 44.86º 0.6% 0.69% -
XYZ 30.14 31.6 10.31 -
YUV 148.95 83.45 148 -
System Red Green Blue C M Y K H S L
Decimal 177 150 70 0 0.15 0.60 0.31 44.86 0.43 0.48
Hex B1 96 46 0 F 3C 1F 2D 2B 30
Octal 261 226 106 0 17 74 37 55 53 60
Binary 10110001 10010110 1000110 0 1111 111100 11111 101101 101011 110000

Color Harmonies of #B19646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19646

Black with #B19646

Text Example


Text Example

White with #B19646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19646; }

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

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

background-color css

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

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

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

border-color css

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

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

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