Html Css Color HEX #B19C53 Husk

📋 copy color: '#B19C53'

red 177 ◦ green 156 ◦ blue 83

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

Shades of Husk #B19C53

Tints of Husk #B19C53

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.5%

 BLUE value IS 83 (32.81% from 255) = 19.95%

R = 42.55%
G = 37.5%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B19C53 (or 0xB19C53) is known color: Husk. HEX triplet: B1, 9C and 53. RGB value is (177,156,83). Sum of RGB (Red+Green+Blue) = 177+156+83=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 83 (32.81% from 255 or 19.95% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19C53 is #4E63AC. Grayscale: #9A9A9A. Windows color (decimal): -5137325 or 5479601. OLE color: 5479601.

HSL color Cylindrical-coordinate representation of color #B19C53: hue angle of 46.6º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B19C53 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 156 83 -
CMYK 0 0.12 0.53 0.31
HSL 46.6º 0.38% 0.51% -
HSV(B) 46.6º 0.53% 0.69% -
XYZ 31.58 33.75 13.03 -
YUV 153.96 87.96 144.44 -
System Red Green Blue C M Y K H S L
Decimal 177 156 83 0 0.12 0.53 0.31 46.6 0.38 0.51
Hex B1 9C 53 0 C 35 1F 2F 26 33
Octal 261 234 123 0 14 65 37 57 46 63
Binary 10110001 10011100 1010011 0 1100 110101 11111 101111 100110 110011

Color Harmonies of #B19C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19C53

Black with #B19C53

Text Example


Text Example

White with #B19C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19C53; }

 p { color: rgb(177,156,83); }

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

background-color css

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

 a { background-color: rgb(177,156,83); }

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

border-color css

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

 span { border-color: rgb(177,156,83); }

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