Html Css Color HEX #B29860 Barley Corn

📋 copy color: '#B29860'

red 178 ◦ green 152 ◦ blue 96

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

Shades of Barley Corn #B29860

Tints of Barley Corn #B29860

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.68%

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

R = 41.78%
G = 35.68%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B29860 (or 0xB29860) is known color: Barley Corn. HEX triplet: B2, 98 and 60. RGB value is (178,152,96). Sum of RGB (Red+Green+Blue) = 178+152+96=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B29860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29860 is #4D679F. Grayscale: #999999. Windows color (decimal): -5072800 or 6330546. OLE color: 6330546.

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

Color convert

RGB 178 152 96 -
CMYK 0 0.15 0.46 0.30
HSL 40.98º 0.35% 0.54% -
HSV(B) 40.98º 0.46% 0.7% -
XYZ 31.7 32.77 15.72 -
YUV 153.39 95.61 145.55 -
System Red Green Blue C M Y K H S L
Decimal 178 152 96 0 0.15 0.46 0.30 40.98 0.35 0.54
Hex B2 98 60 0 F 2E 1E 29 23 36
Octal 262 230 140 0 17 56 36 51 43 66
Binary 10110010 10011000 1100000 0 1111 101110 11110 101001 100011 110110

Color Harmonies of #B29860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29860

Black with #B29860

Text Example


Text Example

White with #B29860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29860; }

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

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

background-color css

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

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

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

border-color css

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

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

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