Html Css Color HEX #B1974E Husk

📋 copy color: '#B1974E'

red 177 ◦ green 151 ◦ blue 78

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

Shades of Husk #B1974E

Tints of Husk #B1974E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.21%

R = 43.6%
G = 37.19%
B = 19.21%

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

#B1974E (or 0xB1974E) is known color: Husk. HEX triplet: B1, 97 and 4E. RGB value is (177,151,78). Sum of RGB (Red+Green+Blue) = 177+151+78=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 78 (30.86% from 255 or 19.21% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B1974E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1974E is #4E68B1. Grayscale: #969696. Windows color (decimal): -5138610 or 5150641. OLE color: 5150641.

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

Color convert

RGB 177 151 78 -
CMYK 0 0.15 0.56 0.31
HSL 44.24º 0.39% 0.5% -
HSV(B) 44.24º 0.56% 0.69% -
XYZ 30.57 32.03 11.78 -
YUV 150.45 87.11 146.94 -
System Red Green Blue C M Y K H S L
Decimal 177 151 78 0 0.15 0.56 0.31 44.24 0.39 0.5
Hex B1 97 4E 0 F 38 1F 2C 27 32
Octal 261 227 116 0 17 70 37 54 47 62
Binary 10110001 10010111 1001110 0 1111 111000 11111 101100 100111 110010

Color Harmonies of #B1974E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1974E

Black with #B1974E

Text Example


Text Example

White with #B1974E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1974E; }

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

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

background-color css

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

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

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

border-color css

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

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

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