Html Css Color HEX #B29160 Barley Corn

📋 copy color: '#B29160'

red 178 ◦ green 145 ◦ blue 96

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

Shades of Barley Corn #B29160

Tints of Barley Corn #B29160

RGB

 RED value IS 178 (69.92% from 255) = 42.48%

 GREEN value IS 145 (57.03% from 255) = 34.61%

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

R = 42.48%
G = 34.61%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B29160 (or 0xB29160) is known color: Barley Corn. HEX triplet: B2, 91 and 60. RGB value is (178,145,96). Sum of RGB (Red+Green+Blue) = 178+145+96=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B29160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29160 is #4D6E9F. Grayscale: #959595. Windows color (decimal): -5074592 or 6328754. OLE color: 6328754.

HSL color Cylindrical-coordinate representation of color #B29160: hue angle of 35.85º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B29160 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 145 96 -
CMYK 0 0.19 0.46 0.30
HSL 35.85º 0.35% 0.54% -
HSV(B) 35.85º 0.46% 0.7% -
XYZ 30.6 30.56 15.35 -
YUV 149.28 97.93 148.48 -
System Red Green Blue C M Y K H S L
Decimal 178 145 96 0 0.19 0.46 0.30 35.85 0.35 0.54
Hex B2 91 60 0 13 2E 1E 24 23 36
Octal 262 221 140 0 23 56 36 44 43 66
Binary 10110010 10010001 1100000 0 10011 101110 11110 100100 100011 110110

Color Harmonies of #B29160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29160

Black with #B29160

Text Example


Text Example

White with #B29160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29160; }

 p { color: rgb(178,145,96); }

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

background-color css

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

 a { background-color: rgb(178,145,96); }

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

border-color css

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

 span { border-color: rgb(178,145,96); }

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