Html Css Color HEX #B79A60 Barley Corn

📋 copy color: '#B79A60'

red 183 ◦ green 154 ◦ blue 96

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

Shades of Barley Corn #B79A60

Tints of Barley Corn #B79A60

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.57%

 BLUE value IS 96 (37.89% from 255) = 22.17%

R = 42.26%
G = 35.57%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B79A60 (or 0xB79A60) is known color: Barley Corn. HEX triplet: B7, 9A and 60. RGB value is (183,154,96). Sum of RGB (Red+Green+Blue) = 183+154+96=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79A60 is #48659F. Grayscale: #9C9C9C. Windows color (decimal): -4744608 or 6331063. OLE color: 6331063.

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

Color convert

RGB 183 154 96 -
CMYK 0 0.16 0.48 0.28
HSL 40º 0.38% 0.55% -
HSV(B) 40º 0.48% 0.72% -
XYZ 33.2 34.02 15.88 -
YUV 156.06 94.11 147.22 -
System Red Green Blue C M Y K H S L
Decimal 183 154 96 0 0.16 0.48 0.28 40 0.38 0.55
Hex B7 9A 60 0 10 30 1C 28 26 37
Octal 267 232 140 0 20 60 34 50 46 67
Binary 10110111 10011010 1100000 0 10000 110000 11100 101000 100110 110111

Color Harmonies of #B79A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79A60

Black with #B79A60

Text Example


Text Example

White with #B79A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79A60; }

 p { color: rgb(183,154,96); }

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

background-color css

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

 a { background-color: rgb(183,154,96); }

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

border-color css

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

 span { border-color: rgb(183,154,96); }

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