Html Css Color HEX #B5944D Husk

📋 copy color: '#B5944D'

red 181 ◦ green 148 ◦ blue 77

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

Shades of Husk #B5944D

Tints of Husk #B5944D

RGB

 RED value IS 181 (71.09% from 255) = 44.58%

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

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

R = 44.58%
G = 36.45%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B5944D (or 0xB5944D) is known color: Husk. HEX triplet: B5, 94 and 4D. RGB value is (181,148,77). Sum of RGB (Red+Green+Blue) = 181+148+77=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 77 (30.47% from 255 or 18.97% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B5944D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5944D is #4A6BB2. Grayscale: #969696. Windows color (decimal): -4877235 or 5084341. OLE color: 5084341.

HSL color Cylindrical-coordinate representation of color #B5944D: hue angle of 40.96º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5944D is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 148 77 -
CMYK 0 0.18 0.57 0.29
HSL 40.96º 0.41% 0.51% -
HSV(B) 40.96º 0.57% 0.71% -
XYZ 30.99 31.54 11.48 -
YUV 149.77 86.93 150.27 -
System Red Green Blue C M Y K H S L
Decimal 181 148 77 0 0.18 0.57 0.29 40.96 0.41 0.51
Hex B5 94 4D 0 12 39 1D 29 29 33
Octal 265 224 115 0 22 71 35 51 51 63
Binary 10110101 10010100 1001101 0 10010 111001 11101 101001 101001 110011

Color Harmonies of #B5944D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5944D

Black with #B5944D

Text Example


Text Example

White with #B5944D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5944D; }

 p { color: rgb(181,148,77); }

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

background-color css

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

 a { background-color: rgb(181,148,77); }

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

border-color css

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

 span { border-color: rgb(181,148,77); }

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