Html Css Color HEX #B4914D Husk

📋 copy color: '#B4914D'

red 180 ◦ green 145 ◦ blue 77

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

Shades of Husk #B4914D

Tints of Husk #B4914D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.07%

 BLUE value IS 77 (30.47% from 255) = 19.15%

R = 44.78%
G = 36.07%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B4914D (or 0xB4914D) is known color: Husk. HEX triplet: B4, 91 and 4D. RGB value is (180,145,77). Sum of RGB (Red+Green+Blue) = 180+145+77=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B4914D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4914D is #4B6EB2. Grayscale: #949494. Windows color (decimal): -4943539 or 5083572. OLE color: 5083572.

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

Color convert

RGB 180 145 77 -
CMYK 0 0.19 0.57 0.29
HSL 39.61º 0.41% 0.5% -
HSV(B) 39.61º 0.57% 0.71% -
XYZ 30.29 30.49 11.31 -
YUV 147.71 88.1 151.03 -
System Red Green Blue C M Y K H S L
Decimal 180 145 77 0 0.19 0.57 0.29 39.61 0.41 0.5
Hex B4 91 4D 0 13 39 1D 28 29 32
Octal 264 221 115 0 23 71 35 50 51 62
Binary 10110100 10010001 1001101 0 10011 111001 11101 101000 101001 110010

Color Harmonies of #B4914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4914D

Black with #B4914D

Text Example


Text Example

White with #B4914D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4914D; }

 p { color: rgb(180,145,77); }

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

background-color css

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

 a { background-color: rgb(180,145,77); }

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

border-color css

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

 span { border-color: rgb(180,145,77); }

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