Html Css Color HEX #B79B65 Barley Corn

📋 copy color: '#B79B65'

red 183 ◦ green 155 ◦ blue 101

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

Shades of Barley Corn #B79B65

Tints of Barley Corn #B79B65

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.31%

 BLUE value IS 101 (39.84% from 255) = 23.01%

R = 41.69%
G = 35.31%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B79B65 (or 0xB79B65) is known color: Barley Corn. HEX triplet: B7, 9B and 65. RGB value is (183,155,101). Sum of RGB (Red+Green+Blue) = 183+155+101=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 101 (39.84% from 255 or 23.01% from 439); Max value from RGB is 183 - color contains mainly: red. Hex color #B79B65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79B65 is #48649A. Grayscale: #9D9D9D. Windows color (decimal): -4744347 or 6658999. OLE color: 6658999.

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

Color convert

RGB 183 155 101 -
CMYK 0 0.15 0.45 0.28
HSL 39.51º 0.36% 0.56% -
HSV(B) 39.51º 0.45% 0.72% -
XYZ 33.6 34.45 17.19 -
YUV 157.22 96.28 146.39 -
System Red Green Blue C M Y K H S L
Decimal 183 155 101 0 0.15 0.45 0.28 39.51 0.36 0.56
Hex B7 9B 65 0 F 2D 1C 28 24 38
Octal 267 233 145 0 17 55 34 50 44 70
Binary 10110111 10011011 1100101 0 1111 101101 11100 101000 100100 111000

Color Harmonies of #B79B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79B65

Black with #B79B65

Text Example


Text Example

White with #B79B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79B65; }

 p { color: rgb(183,155,101); }

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

background-color css

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

 a { background-color: rgb(183,155,101); }

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

border-color css

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

 span { border-color: rgb(183,155,101); }

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