Html Css Color HEX #B1974A Husk

📋 copy color: '#B1974A'

red 177 ◦ green 151 ◦ blue 74

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

Shades of Husk #B1974A

Tints of Husk #B1974A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.41%

R = 44.03%
G = 37.56%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1974A (or 0xB1974A) is known color: Husk. HEX triplet: B1, 97 and 4A. RGB value is (177,151,74). Sum of RGB (Red+Green+Blue) = 177+151+74=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 74 (29.30% from 255 or 18.41% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B1974A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1974A is #4E68B5. Grayscale: #969696. Windows color (decimal): -5138614 or 4888497. OLE color: 4888497.

HSL color Cylindrical-coordinate representation of color #B1974A: hue angle of 44.85º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B1974A is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 151 74 -
CMYK 0 0.15 0.58 0.31
HSL 44.85º 0.41% 0.49% -
HSV(B) 44.85º 0.58% 0.69% -
XYZ 30.43 31.97 11.05 -
YUV 150 85.11 147.26 -
System Red Green Blue C M Y K H S L
Decimal 177 151 74 0 0.15 0.58 0.31 44.85 0.41 0.49
Hex B1 97 4A 0 F 3A 1F 2D 29 31
Octal 261 227 112 0 17 72 37 55 51 61
Binary 10110001 10010111 1001010 0 1111 111010 11111 101101 101001 110001

Color Harmonies of #B1974A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1974A

Black with #B1974A

Text Example


Text Example

White with #B1974A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1974A; }

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

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

background-color css

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

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

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

border-color css

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

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

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