Html Css Color HEX #B1974D Husk

📋 copy color: '#B1974D'

red 177 ◦ green 151 ◦ blue 77

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

Shades of Husk #B1974D

Tints of Husk #B1974D

RGB

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

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

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

R = 43.7%
G = 37.28%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B1974D (or 0xB1974D) is known color: Husk. HEX triplet: B1, 97 and 4D. RGB value is (177,151,77). Sum of RGB (Red+Green+Blue) = 177+151+77=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B1974D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1974D is #4E68B2. Grayscale: #969696. Windows color (decimal): -5138611 or 5085105. OLE color: 5085105.

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

Color convert

RGB 177 151 77 -
CMYK 0 0.15 0.56 0.31
HSL 44.4º 0.39% 0.5% -
HSV(B) 44.4º 0.56% 0.69% -
XYZ 30.54 32.02 11.59 -
YUV 150.34 86.61 147.02 -
System Red Green Blue C M Y K H S L
Decimal 177 151 77 0 0.15 0.56 0.31 44.4 0.39 0.5
Hex B1 97 4D 0 F 38 1F 2C 27 32
Octal 261 227 115 0 17 70 37 54 47 62
Binary 10110001 10010111 1001101 0 1111 111000 11111 101100 100111 110010

Color Harmonies of #B1974D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1974D

Black with #B1974D

Text Example


Text Example

White with #B1974D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1974D; }

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

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

background-color css

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

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

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

border-color css

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

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

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