Html Css Color HEX #B19348 Husk

📋 copy color: '#B19348'

red 177 ◦ green 147 ◦ blue 72

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

Shades of Husk #B19348

Tints of Husk #B19348

RGB

 RED value IS 177 (69.53% from 255) = 44.7%

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

 BLUE value IS 72 (28.52% from 255) = 18.18%

R = 44.7%
G = 37.12%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B19348 (or 0xB19348) is known color: Husk. HEX triplet: B1, 93 and 48. RGB value is (177,147,72). Sum of RGB (Red+Green+Blue) = 177+147+72=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B19348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19348 is #4E6CB7. Grayscale: #939393. Windows color (decimal): -5139640 or 4756401. OLE color: 4756401.

HSL color Cylindrical-coordinate representation of color #B19348: hue angle of 42.86º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B19348 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 147 72 -
CMYK 0 0.17 0.59 0.31
HSL 42.86º 0.42% 0.49% -
HSV(B) 42.86º 0.59% 0.69% -
XYZ 29.73 30.68 10.49 -
YUV 147.42 85.44 149.1 -
System Red Green Blue C M Y K H S L
Decimal 177 147 72 0 0.17 0.59 0.31 42.86 0.42 0.49
Hex B1 93 48 0 11 3B 1F 2B 2A 31
Octal 261 223 110 0 21 73 37 53 52 61
Binary 10110001 10010011 1001000 0 10001 111011 11111 101011 101010 110001

Color Harmonies of #B19348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19348

Black with #B19348

Text Example


Text Example

White with #B19348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19348; }

 p { color: rgb(177,147,72); }

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

background-color css

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

 a { background-color: rgb(177,147,72); }

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

border-color css

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

 span { border-color: rgb(177,147,72); }

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