Html Css Color HEX #B19852 Husk

📋 copy color: '#B19852'

red 177 ◦ green 152 ◦ blue 82

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

Shades of Husk #B19852

Tints of Husk #B19852

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.98%

 BLUE value IS 82 (32.42% from 255) = 19.95%

R = 43.07%
G = 36.98%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B19852 (or 0xB19852) is known color: Husk. HEX triplet: B1, 98 and 52. RGB value is (177,152,82). Sum of RGB (Red+Green+Blue) = 177+152+82=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B19852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19852 is #4E67AD. Grayscale: #979797. Windows color (decimal): -5138350 or 5413041. OLE color: 5413041.

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

Color convert

RGB 177 152 82 -
CMYK 0 0.14 0.54 0.31
HSL 44.21º 0.38% 0.51% -
HSV(B) 44.21º 0.54% 0.69% -
XYZ 30.88 32.41 12.61 -
YUV 151.5 88.78 146.19 -
System Red Green Blue C M Y K H S L
Decimal 177 152 82 0 0.14 0.54 0.31 44.21 0.38 0.51
Hex B1 98 52 0 E 36 1F 2C 26 33
Octal 261 230 122 0 16 66 37 54 46 63
Binary 10110001 10011000 1010010 0 1110 110110 11111 101100 100110 110011

Color Harmonies of #B19852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19852

Black with #B19852

Text Example


Text Example

White with #B19852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19852; }

 p { color: rgb(177,152,82); }

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

background-color css

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

 a { background-color: rgb(177,152,82); }

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

border-color css

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

 span { border-color: rgb(177,152,82); }

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