Html Css Color HEX #B1944F Husk

📋 copy color: '#B1944F'

red 177 ◦ green 148 ◦ blue 79

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

Shades of Husk #B1944F

Tints of Husk #B1944F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.55%

R = 43.81%
G = 36.63%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B1944F (or 0xB1944F) is known color: Husk. HEX triplet: B1, 94 and 4F. RGB value is (177,148,79). Sum of RGB (Red+Green+Blue) = 177+148+79=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B1944F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1944F is #4E6BB0. Grayscale: #959595. Windows color (decimal): -5139377 or 5215409. OLE color: 5215409.

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

Color convert

RGB 177 148 79 -
CMYK 0 0.16 0.55 0.31
HSL 42.24º 0.39% 0.5% -
HSV(B) 42.24º 0.55% 0.69% -
XYZ 30.13 31.09 11.81 -
YUV 148.81 88.61 148.11 -
System Red Green Blue C M Y K H S L
Decimal 177 148 79 0 0.16 0.55 0.31 42.24 0.39 0.5
Hex B1 94 4F 0 10 37 1F 2A 27 32
Octal 261 224 117 0 20 67 37 52 47 62
Binary 10110001 10010100 1001111 0 10000 110111 11111 101010 100111 110010

Color Harmonies of #B1944F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1944F

Black with #B1944F

Text Example


Text Example

White with #B1944F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1944F; }

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

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

background-color css

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

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

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

border-color css

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

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

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