Html Css Color HEX #B29864 Barley Corn

📋 copy color: '#B29864'

red 178 ◦ green 152 ◦ blue 100

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

Shades of Barley Corn #B29864

Tints of Barley Corn #B29864

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.35%

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

R = 41.4%
G = 35.35%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B29864 (or 0xB29864) is known color: Barley Corn. HEX triplet: B2, 98 and 64. RGB value is (178,152,100). Sum of RGB (Red+Green+Blue) = 178+152+100=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 100 (39.45% from 255 or 23.26% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B29864 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29864 is #4D679B. Grayscale: #9A9A9A. Windows color (decimal): -5072796 or 6592690. OLE color: 6592690.

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

Color convert

RGB 178 152 100 -
CMYK 0 0.15 0.44 0.30
HSL 40º 0.34% 0.55% -
HSV(B) 40º 0.44% 0.7% -
XYZ 31.89 32.84 16.71 -
YUV 153.85 97.61 145.23 -
System Red Green Blue C M Y K H S L
Decimal 178 152 100 0 0.15 0.44 0.30 40 0.34 0.55
Hex B2 98 64 0 F 2C 1E 28 22 37
Octal 262 230 144 0 17 54 36 50 42 67
Binary 10110010 10011000 1100100 0 1111 101100 11110 101000 100010 110111

Color Harmonies of #B29864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29864

Black with #B29864

Text Example


Text Example

White with #B29864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29864; }

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

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

background-color css

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

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

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

border-color css

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

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

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