Html Css Color HEX #B49C58 Husk

📋 copy color: '#B49C58'

red 180 ◦ green 156 ◦ blue 88

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

Shades of Husk #B49C58

Tints of Husk #B49C58

RGB

 RED value IS 180 (70.7% from 255) = 42.45%

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

 BLUE value IS 88 (34.77% from 255) = 20.75%

R = 42.45%
G = 36.79%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B49C58 (or 0xB49C58) is known color: Husk. HEX triplet: B4, 9C and 58. RGB value is (180,156,88). Sum of RGB (Red+Green+Blue) = 180+156+88=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 88 (34.77% from 255 or 20.75% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49C58 is #4B63A7. Grayscale: #9B9B9B. Windows color (decimal): -4940712 or 5807284. OLE color: 5807284.

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

Color convert

RGB 180 156 88 -
CMYK 0 0.13 0.51 0.29
HSL 44.35º 0.38% 0.53% -
HSV(B) 44.35º 0.51% 0.71% -
XYZ 32.47 34.18 14.12 -
YUV 155.42 89.95 145.53 -
System Red Green Blue C M Y K H S L
Decimal 180 156 88 0 0.13 0.51 0.29 44.35 0.38 0.53
Hex B4 9C 58 0 D 33 1D 2C 26 35
Octal 264 234 130 0 15 63 35 54 46 65
Binary 10110100 10011100 1011000 0 1101 110011 11101 101100 100110 110101

Color Harmonies of #B49C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49C58

Black with #B49C58

Text Example


Text Example

White with #B49C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49C58; }

 p { color: rgb(180,156,88); }

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

background-color css

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

 a { background-color: rgb(180,156,88); }

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

border-color css

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

 span { border-color: rgb(180,156,88); }

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