Html Css Color HEX #B3974D Husk

📋 copy color: '#B3974D'

red 179 ◦ green 151 ◦ blue 77

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

Shades of Husk #B3974D

Tints of Husk #B3974D

RGB

 RED value IS 179 (70.31% from 255) = 43.98%

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

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

R = 43.98%
G = 37.1%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B3974D (or 0xB3974D) is known color: Husk. HEX triplet: B3, 97 and 4D. RGB value is (179,151,77). Sum of RGB (Red+Green+Blue) = 179+151+77=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 179 - color contains mainly: red. Hex color #B3974D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3974D is #4C68B2. Grayscale: #979797. Windows color (decimal): -5007539 or 5085107. OLE color: 5085107.

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

Color convert

RGB 179 151 77 -
CMYK 0 0.16 0.57 0.30
HSL 43.53º 0.4% 0.5% -
HSV(B) 43.53º 0.57% 0.7% -
XYZ 31 32.25 11.61 -
YUV 150.94 86.28 148.02 -
System Red Green Blue C M Y K H S L
Decimal 179 151 77 0 0.16 0.57 0.30 43.53 0.4 0.5
Hex B3 97 4D 0 10 39 1E 2C 28 32
Octal 263 227 115 0 20 71 36 54 50 62
Binary 10110011 10010111 1001101 0 10000 111001 11110 101100 101000 110010

Color Harmonies of #B3974D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3974D

Black with #B3974D

Text Example


Text Example

White with #B3974D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3974D; }

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

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

background-color css

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

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

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

border-color css

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

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

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