Html Css Color HEX #B29D61 Barley Corn

📋 copy color: '#B29D61'

red 178 ◦ green 157 ◦ blue 97

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

Shades of Barley Corn #B29D61

Tints of Barley Corn #B29D61

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.34%

 BLUE value IS 97 (38.28% from 255) = 22.45%

R = 41.2%
G = 36.34%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B29D61 (or 0xB29D61) is known color: Barley Corn. HEX triplet: B2, 9D and 61. RGB value is (178,157,97). Sum of RGB (Red+Green+Blue) = 178+157+97=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29D61 is #4D629E. Grayscale: #9C9C9C. Windows color (decimal): -5071519 or 6397362. OLE color: 6397362.

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

Color convert

RGB 178 157 97 -
CMYK 0 0.12 0.46 0.30
HSL 44.44º 0.34% 0.54% -
HSV(B) 44.44º 0.46% 0.7% -
XYZ 32.57 34.44 16.24 -
YUV 156.44 94.46 143.38 -
System Red Green Blue C M Y K H S L
Decimal 178 157 97 0 0.12 0.46 0.30 44.44 0.34 0.54
Hex B2 9D 61 0 C 2E 1E 2C 22 36
Octal 262 235 141 0 14 56 36 54 42 66
Binary 10110010 10011101 1100001 0 1100 101110 11110 101100 100010 110110

Color Harmonies of #B29D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29D61

Black with #B29D61

Text Example


Text Example

White with #B29D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29D61; }

 p { color: rgb(178,157,97); }

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

background-color css

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

 a { background-color: rgb(178,157,97); }

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

border-color css

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

 span { border-color: rgb(178,157,97); }

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