Html Css Color HEX #B29059 Barley Corn

📋 copy color: '#B29059'

red 178 ◦ green 144 ◦ blue 89

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

Shades of Barley Corn #B29059

Tints of Barley Corn #B29059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 21.65%

R = 43.31%
G = 35.04%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.5

 K value IS 0.30

RGB Variations

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

Color information

#B29059 (or 0xB29059) is known color: Barley Corn. HEX triplet: B2, 90 and 59. RGB value is (178,144,89). Sum of RGB (Red+Green+Blue) = 178+144+89=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 89 (35.16% from 255 or 21.65% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B29059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29059 is #4D6FA6. Grayscale: #949494. Windows color (decimal): -5074855 or 5869746. OLE color: 5869746.

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

Color convert

RGB 178 144 89 -
CMYK 0 0.19 0.5 0.30
HSL 37.08º 0.37% 0.52% -
HSV(B) 37.08º 0.5% 0.7% -
XYZ 30.14 30.13 13.68 -
YUV 147.9 94.76 149.47 -
System Red Green Blue C M Y K H S L
Decimal 178 144 89 0 0.19 0.5 0.30 37.08 0.37 0.52
Hex B2 90 59 0 13 32 1E 25 25 34
Octal 262 220 131 0 23 62 36 45 45 64
Binary 10110010 10010000 1011001 0 10011 110010 11110 100101 100101 110100

Color Harmonies of #B29059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29059

Black with #B29059

Text Example


Text Example

White with #B29059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29059; }

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

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

background-color css

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

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

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

border-color css

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

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

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