Html Css Color HEX #B3944F Husk

📋 copy color: '#B3944F'

red 179 ◦ green 148 ◦ blue 79

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

Shades of Husk #B3944F

Tints of Husk #B3944F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.45%

 BLUE value IS 79 (31.25% from 255) = 19.46%

R = 44.09%
G = 36.45%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B3944F (or 0xB3944F) is known color: Husk. HEX triplet: B3, 94 and 4F. RGB value is (179,148,79). Sum of RGB (Red+Green+Blue) = 179+148+79=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 79 (31.25% from 255 or 19.46% from 406); Max value from RGB is 179 - color contains mainly: red. Hex color #B3944F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3944F is #4C6BB0. Grayscale: #959595. Windows color (decimal): -5008305 or 5215411. OLE color: 5215411.

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

Color convert

RGB 179 148 79 -
CMYK 0 0.17 0.56 0.30
HSL 41.4º 0.4% 0.51% -
HSV(B) 41.4º 0.56% 0.7% -
XYZ 30.59 31.33 11.83 -
YUV 149.4 88.27 149.11 -
System Red Green Blue C M Y K H S L
Decimal 179 148 79 0 0.17 0.56 0.30 41.4 0.4 0.51
Hex B3 94 4F 0 11 38 1E 29 28 33
Octal 263 224 117 0 21 70 36 51 50 63
Binary 10110011 10010100 1001111 0 10001 111000 11110 101001 101000 110011

Color Harmonies of #B3944F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3944F

Black with #B3944F

Text Example


Text Example

White with #B3944F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3944F; }

 p { color: rgb(179,148,79); }

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

background-color css

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

 a { background-color: rgb(179,148,79); }

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

border-color css

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

 span { border-color: rgb(179,148,79); }

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