Html Css Color HEX #B29E65 Barley Corn

📋 copy color: '#B29E65'

red 178 ◦ green 158 ◦ blue 101

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

Shades of Barley Corn #B29E65

Tints of Barley Corn #B29E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.11%

R = 40.73%
G = 36.16%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B29E65 (or 0xB29E65) is known color: Barley Corn. HEX triplet: B2, 9E and 65. RGB value is (178,158,101). Sum of RGB (Red+Green+Blue) = 178+158+101=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29E65 is #4D619A. Grayscale: #9D9D9D. Windows color (decimal): -5071259 or 6659762. OLE color: 6659762.

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

Color convert

RGB 178 158 101 -
CMYK 0 0.11 0.43 0.30
HSL 44.42º 0.33% 0.55% -
HSV(B) 44.42º 0.43% 0.7% -
XYZ 32.94 34.86 17.3 -
YUV 157.48 96.13 142.63 -
System Red Green Blue C M Y K H S L
Decimal 178 158 101 0 0.11 0.43 0.30 44.42 0.33 0.55
Hex B2 9E 65 0 B 2B 1E 2C 21 37
Octal 262 236 145 0 13 53 36 54 41 67
Binary 10110010 10011110 1100101 0 1011 101011 11110 101100 100001 110111

Color Harmonies of #B29E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29E65

Black with #B29E65

Text Example


Text Example

White with #B29E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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