Html Css Color HEX #B29A64 Barley Corn

📋 copy color: '#B29A64'

red 178 ◦ green 154 ◦ blue 100

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

Shades of Barley Corn #B29A64

Tints of Barley Corn #B29A64

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.65%

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

R = 41.2%
G = 35.65%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B29A64 (or 0xB29A64) is known color: Barley Corn. HEX triplet: B2, 9A and 64. RGB value is (178,154,100). Sum of RGB (Red+Green+Blue) = 178+154+100=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29A64 is #4D659B. Grayscale: #9B9B9B. Windows color (decimal): -5072284 or 6593202. OLE color: 6593202.

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

Color convert

RGB 178 154 100 -
CMYK 0 0.13 0.44 0.30
HSL 41.54º 0.34% 0.55% -
HSV(B) 41.54º 0.44% 0.7% -
XYZ 32.22 33.5 16.82 -
YUV 155.02 96.95 144.39 -
System Red Green Blue C M Y K H S L
Decimal 178 154 100 0 0.13 0.44 0.30 41.54 0.34 0.55
Hex B2 9A 64 0 D 2C 1E 2A 22 37
Octal 262 232 144 0 15 54 36 52 42 67
Binary 10110010 10011010 1100100 0 1101 101100 11110 101010 100010 110111

Color Harmonies of #B29A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29A64

Black with #B29A64

Text Example


Text Example

White with #B29A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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