Html Css Color HEX #B5944E Husk

📋 copy color: '#B5944E'

red 181 ◦ green 148 ◦ blue 78

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

Shades of Husk #B5944E

Tints of Husk #B5944E

RGB

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

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

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

R = 44.47%
G = 36.36%
B = 19.16%

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

#B5944E (or 0xB5944E) is known color: Husk. HEX triplet: B5, 94 and 4E. RGB value is (181,148,78). Sum of RGB (Red+Green+Blue) = 181+148+78=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 78 (30.86% from 255 or 19.16% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B5944E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5944E is #4A6BB1. Grayscale: #969696. Windows color (decimal): -4877234 or 5149877. OLE color: 5149877.

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

Color convert

RGB 181 148 78 -
CMYK 0 0.18 0.57 0.29
HSL 40.78º 0.41% 0.51% -
HSV(B) 40.78º 0.57% 0.71% -
XYZ 31.02 31.55 11.66 -
YUV 149.89 87.43 150.19 -
System Red Green Blue C M Y K H S L
Decimal 181 148 78 0 0.18 0.57 0.29 40.78 0.41 0.51
Hex B5 94 4E 0 12 39 1D 29 29 33
Octal 265 224 116 0 22 71 35 51 51 63
Binary 10110101 10010100 1001110 0 10010 111001 11101 101001 101001 110011

Color Harmonies of #B5944E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5944E

Black with #B5944E

Text Example


Text Example

White with #B5944E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5944E; }

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

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

background-color css

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

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

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

border-color css

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

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

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