Html Css Color HEX #B4974D Husk

📋 copy color: '#B4974D'

red 180 ◦ green 151 ◦ blue 77

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

Shades of Husk #B4974D

Tints of Husk #B4974D

RGB

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

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

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

R = 44.12%
G = 37.01%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B4974D (or 0xB4974D) is known color: Husk. HEX triplet: B4, 97 and 4D. RGB value is (180,151,77). Sum of RGB (Red+Green+Blue) = 180+151+77=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 151 (59.38% from 255 or 37.01% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B4974D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4974D is #4B68B2. Grayscale: #979797. Windows color (decimal): -4942003 or 5085108. OLE color: 5085108.

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

Color convert

RGB 180 151 77 -
CMYK 0 0.16 0.57 0.29
HSL 43.11º 0.41% 0.5% -
HSV(B) 43.11º 0.57% 0.71% -
XYZ 31.23 32.37 11.62 -
YUV 151.24 86.11 148.52 -
System Red Green Blue C M Y K H S L
Decimal 180 151 77 0 0.16 0.57 0.29 43.11 0.41 0.5
Hex B4 97 4D 0 10 39 1D 2B 29 32
Octal 264 227 115 0 20 71 35 53 51 62
Binary 10110100 10010111 1001101 0 10000 111001 11101 101011 101001 110010

Color Harmonies of #B4974D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4974D

Black with #B4974D

Text Example


Text Example

White with #B4974D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4974D; }

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

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

background-color css

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

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

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

border-color css

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

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

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