Html Css Color HEX #B79551 Husk

📋 copy color: '#B79551'

red 183 ◦ green 149 ◦ blue 81

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

Shades of Husk #B79551

Tints of Husk #B79551

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.08%

 BLUE value IS 81 (32.03% from 255) = 19.61%

R = 44.31%
G = 36.08%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B79551 (or 0xB79551) is known color: Husk. HEX triplet: B7, 95 and 51. RGB value is (183,149,81). Sum of RGB (Red+Green+Blue) = 183+149+81=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 81 (32.03% from 255 or 19.61% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B79551 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79551 is #486AAE. Grayscale: #979797. Windows color (decimal): -4745903 or 5346743. OLE color: 5346743.

HSL color Cylindrical-coordinate representation of color #B79551: hue angle of 40º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B79551 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 149 81 -
CMYK 0 0.19 0.56 0.28
HSL 40º 0.41% 0.52% -
HSV(B) 40º 0.56% 0.72% -
XYZ 31.76 32.16 12.32 -
YUV 151.41 88.26 150.53 -
System Red Green Blue C M Y K H S L
Decimal 183 149 81 0 0.19 0.56 0.28 40 0.41 0.52
Hex B7 95 51 0 13 38 1C 28 29 34
Octal 267 225 121 0 23 70 34 50 51 64
Binary 10110111 10010101 1010001 0 10011 111000 11100 101000 101001 110100

Color Harmonies of #B79551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79551

Black with #B79551

Text Example


Text Example

White with #B79551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79551; }

 p { color: rgb(183,149,81); }

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

background-color css

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

 a { background-color: rgb(183,149,81); }

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

border-color css

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

 span { border-color: rgb(183,149,81); }

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