Html Css Color HEX #B29369 Barley Corn

📋 copy color: '#B29369'

red 178 ◦ green 147 ◦ blue 105

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

Shades of Barley Corn #B29369

Tints of Barley Corn #B29369

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.19%

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

R = 41.4%
G = 34.19%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B29369 (or 0xB29369) is known color: Barley Corn. HEX triplet: B2, 93 and 69. RGB value is (178,147,105). Sum of RGB (Red+Green+Blue) = 178+147+105=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B29369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29369 is #4D6C96. Grayscale: #979797. Windows color (decimal): -5074071 or 6919090. OLE color: 6919090.

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

Color convert

RGB 178 147 105 -
CMYK 0 0.17 0.41 0.30
HSL 34.52º 0.32% 0.55% -
HSV(B) 34.52º 0.41% 0.7% -
XYZ 31.34 31.35 17.76 -
YUV 151.48 101.77 146.92 -
System Red Green Blue C M Y K H S L
Decimal 178 147 105 0 0.17 0.41 0.30 34.52 0.32 0.55
Hex B2 93 69 0 11 29 1E 23 20 37
Octal 262 223 151 0 21 51 36 43 40 67
Binary 10110010 10010011 1101001 0 10001 101001 11110 100011 100000 110111

Color Harmonies of #B29369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29369

Black with #B29369

Text Example


Text Example

White with #B29369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29369; }

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

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

background-color css

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

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

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

border-color css

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

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

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