Html Css Color HEX #B1944D Husk

📋 copy color: '#B1944D'

red 177 ◦ green 148 ◦ blue 77

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

Shades of Husk #B1944D

Tints of Husk #B1944D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.82%

 BLUE value IS 77 (30.47% from 255) = 19.15%

R = 44.03%
G = 36.82%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B1944D (or 0xB1944D) is known color: Husk. HEX triplet: B1, 94 and 4D. RGB value is (177,148,77). Sum of RGB (Red+Green+Blue) = 177+148+77=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B1944D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1944D is #4E6BB2. Grayscale: #949494. Windows color (decimal): -5139379 or 5084337. OLE color: 5084337.

HSL color Cylindrical-coordinate representation of color #B1944D: hue angle of 42.6º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B1944D is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 148 77 -
CMYK 0 0.16 0.56 0.31
HSL 42.6º 0.39% 0.5% -
HSV(B) 42.6º 0.56% 0.69% -
XYZ 30.06 31.06 11.43 -
YUV 148.58 87.61 148.27 -
System Red Green Blue C M Y K H S L
Decimal 177 148 77 0 0.16 0.56 0.31 42.6 0.39 0.5
Hex B1 94 4D 0 10 38 1F 2B 27 32
Octal 261 224 115 0 20 70 37 53 47 62
Binary 10110001 10010100 1001101 0 10000 111000 11111 101011 100111 110010

Color Harmonies of #B1944D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1944D

Black with #B1944D

Text Example


Text Example

White with #B1944D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1944D; }

 p { color: rgb(177,148,77); }

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

background-color css

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

 a { background-color: rgb(177,148,77); }

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

border-color css

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

 span { border-color: rgb(177,148,77); }

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