Html Css Color HEX #B1974F Husk

📋 copy color: '#B1974F'

red 177 ◦ green 151 ◦ blue 79

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

Shades of Husk #B1974F

Tints of Husk #B1974F

RGB

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

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

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

R = 43.49%
G = 37.1%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B1974F (or 0xB1974F) is known color: Husk. HEX triplet: B1, 97 and 4F. RGB value is (177,151,79). Sum of RGB (Red+Green+Blue) = 177+151+79=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 79 (31.25% from 255 or 19.41% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B1974F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1974F is #4E68B0. Grayscale: #969696. Windows color (decimal): -5138609 or 5216177. OLE color: 5216177.

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

Color convert

RGB 177 151 79 -
CMYK 0 0.15 0.55 0.31
HSL 44.08º 0.39% 0.5% -
HSV(B) 44.08º 0.55% 0.69% -
XYZ 30.61 32.04 11.97 -
YUV 150.57 87.61 146.85 -
System Red Green Blue C M Y K H S L
Decimal 177 151 79 0 0.15 0.55 0.31 44.08 0.39 0.5
Hex B1 97 4F 0 F 37 1F 2C 27 32
Octal 261 227 117 0 17 67 37 54 47 62
Binary 10110001 10010111 1001111 0 1111 110111 11111 101100 100111 110010

Color Harmonies of #B1974F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1974F

Black with #B1974F

Text Example


Text Example

White with #B1974F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1974F; }

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

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

background-color css

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

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

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

border-color css

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

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

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