Html Css Color HEX #B4924D Husk

📋 copy color: '#B4924D'

red 180 ◦ green 146 ◦ blue 77

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

Shades of Husk #B4924D

Tints of Husk #B4924D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.23%

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

R = 44.67%
G = 36.23%
B = 19.11%

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

#B4924D (or 0xB4924D) is known color: Husk. HEX triplet: B4, 92 and 4D. RGB value is (180,146,77). Sum of RGB (Red+Green+Blue) = 180+146+77=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B4924D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4924D is #4B6DB2. Grayscale: #949494. Windows color (decimal): -4943283 or 5083828. OLE color: 5083828.

HSL color Cylindrical-coordinate representation of color #B4924D: hue angle of 40.19º 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 #B4924D is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 146 77 -
CMYK 0 0.19 0.57 0.29
HSL 40.19º 0.41% 0.5% -
HSV(B) 40.19º 0.57% 0.71% -
XYZ 30.44 30.8 11.36 -
YUV 148.3 87.76 150.61 -
System Red Green Blue C M Y K H S L
Decimal 180 146 77 0 0.19 0.57 0.29 40.19 0.41 0.5
Hex B4 92 4D 0 13 39 1D 28 29 32
Octal 264 222 115 0 23 71 35 50 51 62
Binary 10110100 10010010 1001101 0 10011 111001 11101 101000 101001 110010

Color Harmonies of #B4924D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4924D

Black with #B4924D

Text Example


Text Example

White with #B4924D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4924D; }

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

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

background-color css

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

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

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

border-color css

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

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

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