Html Css Color HEX #B29E64 Barley Corn

📋 copy color: '#B29E64'

red 178 ◦ green 158 ◦ blue 100

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

Shades of Barley Corn #B29E64

Tints of Barley Corn #B29E64

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.24%

 BLUE value IS 100 (39.45% from 255) = 22.94%

R = 40.83%
G = 36.24%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B29E64 (or 0xB29E64) is known color: Barley Corn. HEX triplet: B2, 9E and 64. RGB value is (178,158,100). Sum of RGB (Red+Green+Blue) = 178+158+100=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29E64 is #4D619B. Grayscale: #9D9D9D. Windows color (decimal): -5071260 or 6594226. OLE color: 6594226.

HSL color Cylindrical-coordinate representation of color #B29E64: hue angle of 44.62º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B29E64 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 158 100 -
CMYK 0 0.11 0.44 0.30
HSL 44.62º 0.34% 0.55% -
HSV(B) 44.62º 0.44% 0.7% -
XYZ 32.89 34.84 17.05 -
YUV 157.37 95.63 142.72 -
System Red Green Blue C M Y K H S L
Decimal 178 158 100 0 0.11 0.44 0.30 44.62 0.34 0.55
Hex B2 9E 64 0 B 2C 1E 2D 22 37
Octal 262 236 144 0 13 54 36 55 42 67
Binary 10110010 10011110 1100100 0 1011 101100 11110 101101 100010 110111

Color Harmonies of #B29E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29E64

Black with #B29E64

Text Example


Text Example

White with #B29E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29E64; }

 p { color: rgb(178,158,100); }

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

background-color css

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

 a { background-color: rgb(178,158,100); }

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

border-color css

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

 span { border-color: rgb(178,158,100); }

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