Html Css Color HEX #B19654 Husk

📋 copy color: '#B19654'

red 177 ◦ green 150 ◦ blue 84

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

Shades of Husk #B19654

Tints of Husk #B19654

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.5%

 BLUE value IS 84 (33.2% from 255) = 20.44%

R = 43.07%
G = 36.5%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B19654 (or 0xB19654) is known color: Husk. HEX triplet: B1, 96 and 54. RGB value is (177,150,84). Sum of RGB (Red+Green+Blue) = 177+150+84=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 84 (33.20% from 255 or 20.44% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B19654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19654 is #4E69AB. Grayscale: #969696. Windows color (decimal): -5138860 or 5543601. OLE color: 5543601.

HSL color Cylindrical-coordinate representation of color #B19654: hue angle of 42.58º degrees, saturation: 0.37, 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 #B19654 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 150 84 -
CMYK 0 0.15 0.53 0.31
HSL 42.58º 0.37% 0.51% -
HSV(B) 42.58º 0.53% 0.69% -
XYZ 30.64 31.8 12.91 -
YUV 150.55 90.45 146.87 -
System Red Green Blue C M Y K H S L
Decimal 177 150 84 0 0.15 0.53 0.31 42.58 0.37 0.51
Hex B1 96 54 0 F 35 1F 2B 25 33
Octal 261 226 124 0 17 65 37 53 45 63
Binary 10110001 10010110 1010100 0 1111 110101 11111 101011 100101 110011

Color Harmonies of #B19654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19654

Black with #B19654

Text Example


Text Example

White with #B19654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19654; }

 p { color: rgb(177,150,84); }

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

background-color css

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

 a { background-color: rgb(177,150,84); }

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

border-color css

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

 span { border-color: rgb(177,150,84); }

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