Html Css Color HEX #B29269 Barley Corn

📋 copy color: '#B29269'

red 178 ◦ green 146 ◦ blue 105

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

Shades of Barley Corn #B29269

Tints of Barley Corn #B29269

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.03%

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

R = 41.49%
G = 34.03%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B29269 (or 0xB29269) is known color: Barley Corn. HEX triplet: B2, 92 and 69. RGB value is (178,146,105). Sum of RGB (Red+Green+Blue) = 178+146+105=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B29269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29269 is #4D6D96. Grayscale: #979797. Windows color (decimal): -5074327 or 6918834. OLE color: 6918834.

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

Color convert

RGB 178 146 105 -
CMYK 0 0.18 0.41 0.30
HSL 33.7º 0.32% 0.55% -
HSV(B) 33.7º 0.41% 0.7% -
XYZ 31.19 31.04 17.71 -
YUV 150.89 102.1 147.33 -
System Red Green Blue C M Y K H S L
Decimal 178 146 105 0 0.18 0.41 0.30 33.7 0.32 0.55
Hex B2 92 69 0 12 29 1E 22 20 37
Octal 262 222 151 0 22 51 36 42 40 67
Binary 10110010 10010010 1101001 0 10010 101001 11110 100010 100000 110111

Color Harmonies of #B29269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29269

Black with #B29269

Text Example


Text Example

White with #B29269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29269; }

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

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

background-color css

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

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

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

border-color css

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

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

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