Html Css Color HEX #B4954A Husk

📋 copy color: '#B4954A'

red 180 ◦ green 149 ◦ blue 74

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

Shades of Husk #B4954A

Tints of Husk #B4954A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.97%

 BLUE value IS 74 (29.3% from 255) = 18.36%

R = 44.67%
G = 36.97%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B4954A (or 0xB4954A) is known color: Husk. HEX triplet: B4, 95 and 4A. RGB value is (180,149,74). Sum of RGB (Red+Green+Blue) = 180+149+74=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 74 (29.30% from 255 or 18.36% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B4954A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4954A is #4B6AB5. Grayscale: #969696. Windows color (decimal): -4942518 or 4887988. OLE color: 4887988.

HSL color Cylindrical-coordinate representation of color #B4954A: hue angle of 42.45º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B4954A is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 149 74 -
CMYK 0 0.17 0.59 0.29
HSL 42.45º 0.42% 0.5% -
HSV(B) 42.45º 0.59% 0.71% -
XYZ 30.81 31.69 10.97 -
YUV 149.72 85.27 149.6 -
System Red Green Blue C M Y K H S L
Decimal 180 149 74 0 0.17 0.59 0.29 42.45 0.42 0.5
Hex B4 95 4A 0 11 3B 1D 2A 2A 32
Octal 264 225 112 0 21 73 35 52 52 62
Binary 10110100 10010101 1001010 0 10001 111011 11101 101010 101010 110010

Color Harmonies of #B4954A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4954A

Black with #B4954A

Text Example


Text Example

White with #B4954A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4954A; }

 p { color: rgb(180,149,74); }

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

background-color css

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

 a { background-color: rgb(180,149,74); }

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

border-color css

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

 span { border-color: rgb(180,149,74); }

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