Html Css Color HEX #B29E60 Barley Corn

📋 copy color: '#B29E60'

red 178 ◦ green 158 ◦ blue 96

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

Shades of Barley Corn #B29E60

Tints of Barley Corn #B29E60

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.57%

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

R = 41.2%
G = 36.57%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B29E60 (or 0xB29E60) is known color: Barley Corn. HEX triplet: B2, 9E and 60. RGB value is (178,158,96). Sum of RGB (Red+Green+Blue) = 178+158+96=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29E60 is #4D619F. Grayscale: #9D9D9D. Windows color (decimal): -5071264 or 6332082. OLE color: 6332082.

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

Color convert

RGB 178 158 96 -
CMYK 0 0.11 0.46 0.30
HSL 45.37º 0.35% 0.54% -
HSV(B) 45.37º 0.46% 0.7% -
XYZ 32.7 34.76 16.05 -
YUV 156.91 93.63 143.04 -
System Red Green Blue C M Y K H S L
Decimal 178 158 96 0 0.11 0.46 0.30 45.37 0.35 0.54
Hex B2 9E 60 0 B 2E 1E 2D 23 36
Octal 262 236 140 0 13 56 36 55 43 66
Binary 10110010 10011110 1100000 0 1011 101110 11110 101101 100011 110110

Color Harmonies of #B29E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29E60

Black with #B29E60

Text Example


Text Example

White with #B29E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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