Html Css Color HEX #B5944C Husk

📋 copy color: '#B5944C'

red 181 ◦ green 148 ◦ blue 76

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

Shades of Husk #B5944C

Tints of Husk #B5944C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.77%

R = 44.69%
G = 36.54%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B5944C (or 0xB5944C) is known color: Husk. HEX triplet: B5, 94 and 4C. RGB value is (181,148,76). Sum of RGB (Red+Green+Blue) = 181+148+76=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 76 (30.08% from 255 or 18.77% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B5944C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5944C is #4A6BB3. Grayscale: #959595. Windows color (decimal): -4877236 or 5018805. OLE color: 5018805.

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

Color convert

RGB 181 148 76 -
CMYK 0 0.18 0.58 0.29
HSL 41.14º 0.42% 0.5% -
HSV(B) 41.14º 0.58% 0.71% -
XYZ 30.95 31.53 11.29 -
YUV 149.66 86.43 150.35 -
System Red Green Blue C M Y K H S L
Decimal 181 148 76 0 0.18 0.58 0.29 41.14 0.42 0.5
Hex B5 94 4C 0 12 3A 1D 29 2A 32
Octal 265 224 114 0 22 72 35 51 52 62
Binary 10110101 10010100 1001100 0 10010 111010 11101 101001 101010 110010

Color Harmonies of #B5944C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5944C

Black with #B5944C

Text Example


Text Example

White with #B5944C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5944C; }

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

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

background-color css

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

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

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

border-color css

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

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

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