Html Css Color HEX #B29166 Barley Corn

📋 copy color: '#B29166'

red 178 ◦ green 145 ◦ blue 102

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

Shades of Barley Corn #B29166

Tints of Barley Corn #B29166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24%

R = 41.88%
G = 34.12%
B = 24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B29166 (or 0xB29166) is known color: Barley Corn. HEX triplet: B2, 91 and 66. RGB value is (178,145,102). Sum of RGB (Red+Green+Blue) = 178+145+102=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B29166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29166 is #4D6E99. Grayscale: #969696. Windows color (decimal): -5074586 or 6721970. OLE color: 6721970.

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

Color convert

RGB 178 145 102 -
CMYK 0 0.19 0.43 0.30
HSL 33.95º 0.33% 0.55% -
HSV(B) 33.95º 0.43% 0.7% -
XYZ 30.88 30.68 16.86 -
YUV 149.97 100.93 148 -
System Red Green Blue C M Y K H S L
Decimal 178 145 102 0 0.19 0.43 0.30 33.95 0.33 0.55
Hex B2 91 66 0 13 2B 1E 22 21 37
Octal 262 221 146 0 23 53 36 42 41 67
Binary 10110010 10010001 1100110 0 10011 101011 11110 100010 100001 110111

Color Harmonies of #B29166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29166

Black with #B29166

Text Example


Text Example

White with #B29166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29166; }

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

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

background-color css

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

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

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

border-color css

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

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

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