Html Css Color HEX #B29168 Barley Corn

📋 copy color: '#B29168'

red 178 ◦ green 145 ◦ blue 104

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

Shades of Barley Corn #B29168

Tints of Barley Corn #B29168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.36%

R = 41.69%
G = 33.96%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B29168 (or 0xB29168) is known color: Barley Corn. HEX triplet: B2, 91 and 68. RGB value is (178,145,104). Sum of RGB (Red+Green+Blue) = 178+145+104=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B29168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29168 is #4D6E97. Grayscale: #969696. Windows color (decimal): -5074584 or 6853042. OLE color: 6853042.

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

Color convert

RGB 178 145 104 -
CMYK 0 0.19 0.42 0.30
HSL 33.24º 0.32% 0.55% -
HSV(B) 33.24º 0.42% 0.7% -
XYZ 30.98 30.72 17.39 -
YUV 150.19 101.93 147.83 -
System Red Green Blue C M Y K H S L
Decimal 178 145 104 0 0.19 0.42 0.30 33.24 0.32 0.55
Hex B2 91 68 0 13 2A 1E 21 20 37
Octal 262 221 150 0 23 52 36 41 40 67
Binary 10110010 10010001 1101000 0 10011 101010 11110 100001 100000 110111

Color Harmonies of #B29168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29168

Black with #B29168

Text Example


Text Example

White with #B29168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29168; }

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

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

background-color css

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

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

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

border-color css

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

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

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