Html Css Color HEX #B79D4A Husk

📋 copy color: '#B79D4A'

red 183 ◦ green 157 ◦ blue 74

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

Shades of Husk #B79D4A

Tints of Husk #B79D4A

RGB

 RED value IS 183 (71.88% from 255) = 44.2%

 GREEN value IS 157 (61.72% from 255) = 37.92%

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

R = 44.2%
G = 37.92%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B79D4A (or 0xB79D4A) is known color: Husk. HEX triplet: B7, 9D and 4A. RGB value is (183,157,74). Sum of RGB (Red+Green+Blue) = 183+157+74=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79D4A is #4862B5. Grayscale: #9B9B9B. Windows color (decimal): -4743862 or 4890039. OLE color: 4890039.

HSL color Cylindrical-coordinate representation of color #B79D4A: hue angle of 45.69º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B79D4A is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 157 74 -
CMYK 0 0.14 0.60 0.28
HSL 45.69º 0.43% 0.5% -
HSV(B) 45.69º 0.6% 0.72% -
XYZ 32.82 34.68 11.44 -
YUV 155.31 82.11 147.75 -
System Red Green Blue C M Y K H S L
Decimal 183 157 74 0 0.14 0.60 0.28 45.69 0.43 0.5
Hex B7 9D 4A 0 E 3C 1C 2E 2B 32
Octal 267 235 112 0 16 74 34 56 53 62
Binary 10110111 10011101 1001010 0 1110 111100 11100 101110 101011 110010

Color Harmonies of #B79D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79D4A

Black with #B79D4A

Text Example


Text Example

White with #B79D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79D4A; }

 p { color: rgb(183,157,74); }

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

background-color css

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

 a { background-color: rgb(183,157,74); }

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

border-color css

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

 span { border-color: rgb(183,157,74); }

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