Html Css Color HEX #B3904D Husk

📋 copy color: '#B3904D'

red 179 ◦ green 144 ◦ blue 77

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

Shades of Husk #B3904D

Tints of Husk #B3904D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36%

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

R = 44.75%
G = 36%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B3904D (or 0xB3904D) is known color: Husk. HEX triplet: B3, 90 and 4D. RGB value is (179,144,77). Sum of RGB (Red+Green+Blue) = 179+144+77=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B3904D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3904D is #4C6FB2. Grayscale: #939393. Windows color (decimal): -5009331 or 5083315. OLE color: 5083315.

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

Color convert

RGB 179 144 77 -
CMYK 0 0.20 0.57 0.30
HSL 39.41º 0.4% 0.5% -
HSV(B) 39.41º 0.57% 0.7% -
XYZ 29.9 30.07 11.25 -
YUV 146.83 88.6 150.95 -
System Red Green Blue C M Y K H S L
Decimal 179 144 77 0 0.20 0.57 0.30 39.41 0.4 0.5
Hex B3 90 4D 0 14 39 1E 27 28 32
Octal 263 220 115 0 24 71 36 47 50 62
Binary 10110011 10010000 1001101 0 10100 111001 11110 100111 101000 110010

Color Harmonies of #B3904D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3904D

Black with #B3904D

Text Example


Text Example

White with #B3904D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3904D; }

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

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

background-color css

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

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

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

border-color css

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

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

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