Html Css Color HEX #B19C4E Husk

📋 copy color: '#B19C4E'

red 177 ◦ green 156 ◦ blue 78

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

Shades of Husk #B19C4E

Tints of Husk #B19C4E

RGB

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

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

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

R = 43.07%
G = 37.96%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B19C4E (or 0xB19C4E) is known color: Husk. HEX triplet: B1, 9C and 4E. RGB value is (177,156,78). Sum of RGB (Red+Green+Blue) = 177+156+78=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 78 (30.86% from 255 or 18.98% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19C4E is #4E63B1. Grayscale: #999999. Windows color (decimal): -5137330 or 5151921. OLE color: 5151921.

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

Color convert

RGB 177 156 78 -
CMYK 0 0.12 0.56 0.31
HSL 47.27º 0.39% 0.5% -
HSV(B) 47.27º 0.56% 0.69% -
XYZ 31.4 33.67 12.05 -
YUV 153.39 85.46 144.84 -
System Red Green Blue C M Y K H S L
Decimal 177 156 78 0 0.12 0.56 0.31 47.27 0.39 0.5
Hex B1 9C 4E 0 C 38 1F 2F 27 32
Octal 261 234 116 0 14 70 37 57 47 62
Binary 10110001 10011100 1001110 0 1100 111000 11111 101111 100111 110010

Color Harmonies of #B19C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19C4E

Black with #B19C4E

Text Example


Text Example

White with #B19C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19C4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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