Html Css Color HEX #B29056 Barley Corn

📋 copy color: '#B29056'

red 178 ◦ green 144 ◦ blue 86

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

Shades of Barley Corn #B29056

Tints of Barley Corn #B29056

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.29%

 BLUE value IS 86 (33.98% from 255) = 21.08%

R = 43.63%
G = 35.29%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B29056 (or 0xB29056) is known color: Barley Corn. HEX triplet: B2, 90 and 56. RGB value is (178,144,86). Sum of RGB (Red+Green+Blue) = 178+144+86=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B29056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29056 is #4D6FA9. Grayscale: #939393. Windows color (decimal): -5074858 or 5673138. OLE color: 5673138.

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

Color convert

RGB 178 144 86 -
CMYK 0 0.19 0.52 0.30
HSL 37.83º 0.37% 0.52% -
HSV(B) 37.83º 0.52% 0.7% -
XYZ 30.01 30.08 13.03 -
YUV 147.55 93.26 149.72 -
System Red Green Blue C M Y K H S L
Decimal 178 144 86 0 0.19 0.52 0.30 37.83 0.37 0.52
Hex B2 90 56 0 13 34 1E 26 25 34
Octal 262 220 126 0 23 64 36 46 45 64
Binary 10110010 10010000 1010110 0 10011 110100 11110 100110 100101 110100

Color Harmonies of #B29056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29056

Black with #B29056

Text Example


Text Example

White with #B29056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29056; }

 p { color: rgb(178,144,86); }

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

background-color css

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

 a { background-color: rgb(178,144,86); }

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

border-color css

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

 span { border-color: rgb(178,144,86); }

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