Html Css Color HEX #B79D4C Husk

📋 copy color: '#B79D4C'

red 183 ◦ green 157 ◦ blue 76

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

Shades of Husk #B79D4C

Tints of Husk #B79D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.27%

R = 43.99%
G = 37.74%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B79D4C (or 0xB79D4C) is known color: Husk. HEX triplet: B7, 9D and 4C. RGB value is (183,157,76). Sum of RGB (Red+Green+Blue) = 183+157+76=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 76 (30.08% from 255 or 18.27% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79D4C is #4862B3. Grayscale: #9B9B9B. Windows color (decimal): -4743860 or 5021111. OLE color: 5021111.

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

Color convert

RGB 183 157 76 -
CMYK 0 0.14 0.58 0.28
HSL 45.42º 0.43% 0.51% -
HSV(B) 45.42º 0.58% 0.72% -
XYZ 32.89 34.7 11.8 -
YUV 155.54 83.11 147.59 -
System Red Green Blue C M Y K H S L
Decimal 183 157 76 0 0.14 0.58 0.28 45.42 0.43 0.51
Hex B7 9D 4C 0 E 3A 1C 2D 2B 33
Octal 267 235 114 0 16 72 34 55 53 63
Binary 10110111 10011101 1001100 0 1110 111010 11100 101101 101011 110011

Color Harmonies of #B79D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79D4C

Black with #B79D4C

Text Example


Text Example

White with #B79D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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