Html Css Color HEX #B3984E Husk

📋 copy color: '#B3984E'

red 179 ◦ green 152 ◦ blue 78

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

Shades of Husk #B3984E

Tints of Husk #B3984E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.16%

 BLUE value IS 78 (30.86% from 255) = 19.07%

R = 43.77%
G = 37.16%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B3984E (or 0xB3984E) is known color: Husk. HEX triplet: B3, 98 and 4E. RGB value is (179,152,78). Sum of RGB (Red+Green+Blue) = 179+152+78=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 78 (30.86% from 255 or 19.07% from 409); Max value from RGB is 179 - color contains mainly: red. Hex color #B3984E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3984E is #4C67B1. Grayscale: #979797. Windows color (decimal): -5007282 or 5150899. OLE color: 5150899.

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

Color convert

RGB 179 152 78 -
CMYK 0 0.15 0.56 0.30
HSL 43.96º 0.4% 0.5% -
HSV(B) 43.96º 0.56% 0.7% -
XYZ 31.19 32.59 11.85 -
YUV 151.64 86.45 147.52 -
System Red Green Blue C M Y K H S L
Decimal 179 152 78 0 0.15 0.56 0.30 43.96 0.4 0.5
Hex B3 98 4E 0 F 38 1E 2C 28 32
Octal 263 230 116 0 17 70 36 54 50 62
Binary 10110011 10011000 1001110 0 1111 111000 11110 101100 101000 110010

Color Harmonies of #B3984E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3984E

Black with #B3984E

Text Example


Text Example

White with #B3984E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3984E; }

 p { color: rgb(179,152,78); }

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

background-color css

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

 a { background-color: rgb(179,152,78); }

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

border-color css

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

 span { border-color: rgb(179,152,78); }

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