Html Css Color HEX #B4974C Husk

📋 copy color: '#B4974C'

red 180 ◦ green 151 ◦ blue 76

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

Shades of Husk #B4974C

Tints of Husk #B4974C

RGB

 RED value IS 180 (70.7% from 255) = 44.23%

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

 BLUE value IS 76 (30.08% from 255) = 18.67%

R = 44.23%
G = 37.1%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B4974C (or 0xB4974C) is known color: Husk. HEX triplet: B4, 97 and 4C. RGB value is (180,151,76). Sum of RGB (Red+Green+Blue) = 180+151+76=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B4974C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4974C is #4B68B3. Grayscale: #979797. Windows color (decimal): -4942004 or 5019572. OLE color: 5019572.

HSL color Cylindrical-coordinate representation of color #B4974C: hue angle of 43.27º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B4974C is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 151 76 -
CMYK 0 0.16 0.58 0.29
HSL 43.27º 0.41% 0.5% -
HSV(B) 43.27º 0.58% 0.71% -
XYZ 31.19 32.36 11.44 -
YUV 151.12 85.61 148.6 -
System Red Green Blue C M Y K H S L
Decimal 180 151 76 0 0.16 0.58 0.29 43.27 0.41 0.5
Hex B4 97 4C 0 10 3A 1D 2B 29 32
Octal 264 227 114 0 20 72 35 53 51 62
Binary 10110100 10010111 1001100 0 10000 111010 11101 101011 101001 110010

Color Harmonies of #B4974C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4974C

Black with #B4974C

Text Example


Text Example

White with #B4974C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4974C; }

 p { color: rgb(180,151,76); }

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

background-color css

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

 a { background-color: rgb(180,151,76); }

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

border-color css

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

 span { border-color: rgb(180,151,76); }

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