Html Css Color HEX #B4924A Husk

📋 copy color: '#B4924A'

red 180 ◦ green 146 ◦ blue 74

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

Shades of Husk #B4924A

Tints of Husk #B4924A

RGB

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

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

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

R = 45%
G = 36.5%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B4924A (or 0xB4924A) is known color: Husk. HEX triplet: B4, 92 and 4A. RGB value is (180,146,74). Sum of RGB (Red+Green+Blue) = 180+146+74=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B4924A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4924A is #4B6DB5. Grayscale: #949494. Windows color (decimal): -4943286 or 4887220. OLE color: 4887220.

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

Color convert

RGB 180 146 74 -
CMYK 0 0.19 0.59 0.29
HSL 40.75º 0.42% 0.5% -
HSV(B) 40.75º 0.59% 0.71% -
XYZ 30.34 30.76 10.82 -
YUV 147.96 86.26 150.85 -
System Red Green Blue C M Y K H S L
Decimal 180 146 74 0 0.19 0.59 0.29 40.75 0.42 0.5
Hex B4 92 4A 0 13 3B 1D 29 2A 32
Octal 264 222 112 0 23 73 35 51 52 62
Binary 10110100 10010010 1001010 0 10011 111011 11101 101001 101010 110010

Color Harmonies of #B4924A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4924A

Black with #B4924A

Text Example


Text Example

White with #B4924A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4924A; }

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

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

background-color css

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

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

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

border-color css

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

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

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