#B29762

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

Shades of Barley Corn #B29762

Tints of Barley Corn #B29762

Color information

#B29762 (or 0xB29762) is unknown color: approx Barley Corn. HEX triplet: B2, 97 and 62. RGB value is (178,151,98). Sum of RGB (Red+Green+Blue) = 178+151+98=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 98 (38.67% from 255 or 22.95% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B29762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29762 is #4D689D. Grayscale: #999999. Windows color (decimal): -5073054 or 6461362. OLE color: 6461362.

HSL color Cylindrical-coordinate representation of color #B29762: hue angle of 39.75º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B29762 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB17815198-
CMYK00.150.450.30
HSL39.75º34.19%54.12%-
HSV(B)39.75º44.94%69.8%-
XYZ31.6332.4816.16-
YUV153.0396.95145.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.69%
GREEN value IS 151 (59.38% from 255) = 35.36%
BLUE value IS 98 (38.67% from 255) = 22.95%
R=41.69%
G=35.36%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781519800.150.450.3039.7534.1954.12
HexB297620F2D1E282236
Octal2622271420175536504266
Binary101100101001011111000100111110110111110101000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29762; }

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

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

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

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

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

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

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

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