#B29766

Color #B29766 Barley Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley Corn #B29766

Tints of Barley Corn #B29766

Color information

#B29766 (or 0xB29766) is unknown color: approx Barley Corn. HEX triplet: B2, 97 and 66. RGB value is (178,151,102). Sum of RGB (Red+Green+Blue) = 178+151+102=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 151 (59.38% from 255 or 35.03% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B29766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29766 is #4D6899. Grayscale: #999999. Windows color (decimal): -5073050 or 6723506. OLE color: 6723506.

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

Color convert

RGB178151102-
CMYK00.150.430.30
HSL38.68º33.04%54.9%-
HSV(B)38.68º42.7%69.8%-
XYZ31.8232.5617.18-
YUV153.4998.95145.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.30%
GREEN value IS 151 (59.38% from 255) = 35.03%
BLUE value IS 102 (40.23% from 255) = 23.67%
R=41.30%
G=35.03%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815110200.150.430.3038.6833.0454.9
HexB297660F2B1E272137
Octal2622271460175336474167
Binary101100101001011111001100111110101111110100111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29766; }

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

 H1.HeaderClassName
 {
   color: #B29766;
 }
 .AnyTagClassName
 {
   color: #B29766;
 }
</style>
background-color css

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

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

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

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

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

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