Html Css Color HEX #B29169 Barley Corn

📋 copy color: '#B29169'

red 178 ◦ green 145 ◦ blue 105

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

Shades of Barley Corn #B29169

Tints of Barley Corn #B29169

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.88%

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

R = 41.59%
G = 33.88%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B29169 (or 0xB29169) is known color: Barley Corn. HEX triplet: B2, 91 and 69. RGB value is (178,145,105). Sum of RGB (Red+Green+Blue) = 178+145+105=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 105 (41.41% from 255 or 24.53% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B29169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29169 is #4D6E96. Grayscale: #969696. Windows color (decimal): -5074583 or 6918578. OLE color: 6918578.

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

Color convert

RGB 178 145 105 -
CMYK 0 0.19 0.41 0.30
HSL 32.88º 0.32% 0.55% -
HSV(B) 32.88º 0.41% 0.7% -
XYZ 31.04 30.74 17.66 -
YUV 150.31 102.43 147.75 -
System Red Green Blue C M Y K H S L
Decimal 178 145 105 0 0.19 0.41 0.30 32.88 0.32 0.55
Hex B2 91 69 0 13 29 1E 21 20 37
Octal 262 221 151 0 23 51 36 41 40 67
Binary 10110010 10010001 1101001 0 10011 101001 11110 100001 100000 110111

Color Harmonies of #B29169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29169

Black with #B29169

Text Example


Text Example

White with #B29169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29169; }

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

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

background-color css

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

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

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

border-color css

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

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

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