Html Css Color HEX #B29A60 Barley Corn

📋 copy color: '#B29A60'

red 178 ◦ green 154 ◦ blue 96

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

Shades of Barley Corn #B29A60

Tints of Barley Corn #B29A60

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.98%

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

R = 41.59%
G = 35.98%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B29A60 (or 0xB29A60) is known color: Barley Corn. HEX triplet: B2, 9A and 60. RGB value is (178,154,96). Sum of RGB (Red+Green+Blue) = 178+154+96=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29A60 is #4D659F. Grayscale: #9A9A9A. Windows color (decimal): -5072288 or 6331058. OLE color: 6331058.

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

Color convert

RGB 178 154 96 -
CMYK 0 0.13 0.46 0.30
HSL 42.44º 0.35% 0.54% -
HSV(B) 42.44º 0.46% 0.7% -
XYZ 32.03 33.42 15.83 -
YUV 154.56 94.95 144.72 -
System Red Green Blue C M Y K H S L
Decimal 178 154 96 0 0.13 0.46 0.30 42.44 0.35 0.54
Hex B2 9A 60 0 D 2E 1E 2A 23 36
Octal 262 232 140 0 15 56 36 52 43 66
Binary 10110010 10011010 1100000 0 1101 101110 11110 101010 100011 110110

Color Harmonies of #B29A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29A60

Black with #B29A60

Text Example


Text Example

White with #B29A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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