Html Css Color HEX #B79256 Barley Corn

📋 copy color: '#B79256'

red 183 ◦ green 146 ◦ blue 86

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

Shades of Barley Corn #B79256

Tints of Barley Corn #B79256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.72%

R = 44.1%
G = 35.18%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#B79256 (or 0xB79256) is known color: Barley Corn. HEX triplet: B7, 92 and 56. RGB value is (183,146,86). Sum of RGB (Red+Green+Blue) = 183+146+86=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B79256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79256 is #486DA9. Grayscale: #969696. Windows color (decimal): -4746666 or 5673655. OLE color: 5673655.

HSL color Cylindrical-coordinate representation of color #B79256: hue angle of 37.11º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B79256 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 146 86 -
CMYK 0 0.20 0.53 0.28
HSL 37.11º 0.4% 0.53% -
HSV(B) 37.11º 0.53% 0.72% -
XYZ 31.49 31.3 13.19 -
YUV 150.22 91.76 151.38 -
System Red Green Blue C M Y K H S L
Decimal 183 146 86 0 0.20 0.53 0.28 37.11 0.4 0.53
Hex B7 92 56 0 14 35 1C 25 28 35
Octal 267 222 126 0 24 65 34 45 50 65
Binary 10110111 10010010 1010110 0 10100 110101 11100 100101 101000 110101

Color Harmonies of #B79256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79256

Black with #B79256

Text Example


Text Example

White with #B79256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79256; }

 p { color: rgb(183,146,86); }

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

background-color css

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

 a { background-color: rgb(183,146,86); }

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

border-color css

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

 span { border-color: rgb(183,146,86); }

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