Html Css Color HEX #B79C66 Barley Corn

📋 copy color: '#B79C66'

red 183 ◦ green 156 ◦ blue 102

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

Shades of Barley Corn #B79C66

Tints of Barley Corn #B79C66

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.37%

 BLUE value IS 102 (40.23% from 255) = 23.13%

R = 41.5%
G = 35.37%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.28

RGB Variations

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

Color information

#B79C66 (or 0xB79C66) is known color: Barley Corn. HEX triplet: B7, 9C and 66. RGB value is (183,156,102). Sum of RGB (Red+Green+Blue) = 183+156+102=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B79C66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79C66 is #486399. Grayscale: #9E9E9E. Windows color (decimal): -4744090 or 6724791. OLE color: 6724791.

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

Color convert

RGB 183 156 102 -
CMYK 0 0.15 0.44 0.28
HSL 40º 0.36% 0.56% -
HSV(B) 40º 0.44% 0.72% -
XYZ 33.82 34.8 17.51 -
YUV 157.92 96.45 145.89 -
System Red Green Blue C M Y K H S L
Decimal 183 156 102 0 0.15 0.44 0.28 40 0.36 0.56
Hex B7 9C 66 0 F 2C 1C 28 24 38
Octal 267 234 146 0 17 54 34 50 44 70
Binary 10110111 10011100 1100110 0 1111 101100 11100 101000 100100 111000

Color Harmonies of #B79C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79C66

Black with #B79C66

Text Example


Text Example

White with #B79C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79C66; }

 p { color: rgb(183,156,102); }

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

background-color css

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

 a { background-color: rgb(183,156,102); }

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

border-color css

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

 span { border-color: rgb(183,156,102); }

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