Html Css Color HEX #B5934E Husk

📋 copy color: '#B5934E'

red 181 ◦ green 147 ◦ blue 78

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

Shades of Husk #B5934E

Tints of Husk #B5934E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.21%

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

R = 44.58%
G = 36.21%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B5934E (or 0xB5934E) is known color: Husk. HEX triplet: B5, 93 and 4E. RGB value is (181,147,78). Sum of RGB (Red+Green+Blue) = 181+147+78=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 78 (30.86% from 255 or 19.21% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B5934E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5934E is #4A6CB1. Grayscale: #959595. Windows color (decimal): -4877490 or 5149621. OLE color: 5149621.

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

Color convert

RGB 181 147 78 -
CMYK 0 0.19 0.57 0.29
HSL 40.19º 0.41% 0.51% -
HSV(B) 40.19º 0.57% 0.71% -
XYZ 30.86 31.24 11.61 -
YUV 149.3 87.76 150.61 -
System Red Green Blue C M Y K H S L
Decimal 181 147 78 0 0.19 0.57 0.29 40.19 0.41 0.51
Hex B5 93 4E 0 13 39 1D 28 29 33
Octal 265 223 116 0 23 71 35 50 51 63
Binary 10110101 10010011 1001110 0 10011 111001 11101 101000 101001 110011

Color Harmonies of #B5934E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5934E

Black with #B5934E

Text Example


Text Example

White with #B5934E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5934E; }

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

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

background-color css

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

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

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

border-color css

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

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

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