Html Css Color HEX #B29361 Barley Corn

📋 copy color: '#B29361'

red 178 ◦ green 147 ◦ blue 97

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

Shades of Barley Corn #B29361

Tints of Barley Corn #B29361

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.83%

 BLUE value IS 97 (38.28% from 255) = 22.99%

R = 42.18%
G = 34.83%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B29361 (or 0xB29361) is known color: Barley Corn. HEX triplet: B2, 93 and 61. RGB value is (178,147,97). Sum of RGB (Red+Green+Blue) = 178+147+97=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 97 (38.28% from 255 or 22.99% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B29361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29361 is #4D6C9E. Grayscale: #969696. Windows color (decimal): -5074079 or 6394802. OLE color: 6394802.

HSL color Cylindrical-coordinate representation of color #B29361: hue angle of 37.04º degrees, saturation: 0.34, 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 #B29361 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 147 97 -
CMYK 0 0.17 0.46 0.30
HSL 37.04º 0.34% 0.54% -
HSV(B) 37.04º 0.46% 0.7% -
XYZ 30.95 31.2 15.7 -
YUV 150.57 97.77 147.57 -
System Red Green Blue C M Y K H S L
Decimal 178 147 97 0 0.17 0.46 0.30 37.04 0.34 0.54
Hex B2 93 61 0 11 2E 1E 25 22 36
Octal 262 223 141 0 21 56 36 45 42 66
Binary 10110010 10010011 1100001 0 10001 101110 11110 100101 100010 110110

Color Harmonies of #B29361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29361

Black with #B29361

Text Example


Text Example

White with #B29361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29361; }

 p { color: rgb(178,147,97); }

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

background-color css

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

 a { background-color: rgb(178,147,97); }

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

border-color css

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

 span { border-color: rgb(178,147,97); }

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