Html Css Color HEX #B3924D Husk

📋 copy color: '#B3924D'

red 179 ◦ green 146 ◦ blue 77

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

Shades of Husk #B3924D

Tints of Husk #B3924D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.32%

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

R = 44.53%
G = 36.32%
B = 19.15%

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

#B3924D (or 0xB3924D) is known color: Husk. HEX triplet: B3, 92 and 4D. RGB value is (179,146,77). Sum of RGB (Red+Green+Blue) = 179+146+77=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B3924D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3924D is #4C6DB2. Grayscale: #949494. Windows color (decimal): -5008819 or 5083827. OLE color: 5083827.

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

Color convert

RGB 179 146 77 -
CMYK 0 0.18 0.57 0.30
HSL 40.59º 0.4% 0.5% -
HSV(B) 40.59º 0.57% 0.7% -
XYZ 30.21 30.68 11.35 -
YUV 148 87.93 150.11 -
System Red Green Blue C M Y K H S L
Decimal 179 146 77 0 0.18 0.57 0.30 40.59 0.4 0.5
Hex B3 92 4D 0 12 39 1E 29 28 32
Octal 263 222 115 0 22 71 36 51 50 62
Binary 10110011 10010010 1001101 0 10010 111001 11110 101001 101000 110010

Color Harmonies of #B3924D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3924D

Black with #B3924D

Text Example


Text Example

White with #B3924D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3924D; }

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

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

background-color css

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

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

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

border-color css

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

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

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