Html Css Color HEX #B3934D Husk

📋 copy color: '#B3934D'

red 179 ◦ green 147 ◦ blue 77

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

Shades of Husk #B3934D

Tints of Husk #B3934D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.48%

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

R = 44.42%
G = 36.48%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B3934D (or 0xB3934D) is known color: Husk. HEX triplet: B3, 93 and 4D. RGB value is (179,147,77). Sum of RGB (Red+Green+Blue) = 179+147+77=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B3934D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3934D is #4C6CB2. Grayscale: #949494. Windows color (decimal): -5008563 or 5084083. OLE color: 5084083.

HSL color Cylindrical-coordinate representation of color #B3934D: hue angle of 41.18º 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 #B3934D is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 147 77 -
CMYK 0 0.18 0.57 0.30
HSL 41.18º 0.4% 0.5% -
HSV(B) 41.18º 0.57% 0.7% -
XYZ 30.36 30.99 11.4 -
YUV 148.59 87.6 149.69 -
System Red Green Blue C M Y K H S L
Decimal 179 147 77 0 0.18 0.57 0.30 41.18 0.4 0.5
Hex B3 93 4D 0 12 39 1E 29 28 32
Octal 263 223 115 0 22 71 36 51 50 62
Binary 10110011 10010011 1001101 0 10010 111001 11110 101001 101000 110010

Color Harmonies of #B3934D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3934D

Black with #B3934D

Text Example


Text Example

White with #B3934D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3934D; }

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

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

background-color css

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

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

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

border-color css

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

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

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