Html Css Color HEX #B29E69 Barley Corn

📋 copy color: '#B29E69'

red 178 ◦ green 158 ◦ blue 105

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

Shades of Barley Corn #B29E69

Tints of Barley Corn #B29E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.81%

R = 40.36%
G = 35.83%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B29E69 (or 0xB29E69) is known color: Barley Corn. HEX triplet: B2, 9E and 69. RGB value is (178,158,105). Sum of RGB (Red+Green+Blue) = 178+158+105=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29E69 is #4D6196. Grayscale: #9E9E9E. Windows color (decimal): -5071255 or 6921906. OLE color: 6921906.

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

Color convert

RGB 178 158 105 -
CMYK 0 0.11 0.41 0.30
HSL 43.56º 0.32% 0.55% -
HSV(B) 43.56º 0.41% 0.7% -
XYZ 33.14 34.94 18.36 -
YUV 157.94 98.13 142.31 -
System Red Green Blue C M Y K H S L
Decimal 178 158 105 0 0.11 0.41 0.30 43.56 0.32 0.55
Hex B2 9E 69 0 B 29 1E 2C 20 37
Octal 262 236 151 0 13 51 36 54 40 67
Binary 10110010 10011110 1101001 0 1011 101001 11110 101100 100000 110111

Color Harmonies of #B29E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29E69

Black with #B29E69

Text Example


Text Example

White with #B29E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29E69; }

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

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

background-color css

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

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

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

border-color css

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

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

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