#B68958

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

Shades of Barley Corn #B68958

Tints of Barley Corn #B68958

Color information

#B68958 (or 0xB68958) is unknown color: approx Barley Corn. HEX triplet: B6, 89 and 58. RGB value is (182,137,88). Sum of RGB (Red+Green+Blue) = 182+137+88=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B68958 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68958 is #4976A7. Grayscale: #919191. Windows color (decimal): -4814504 or 5802422. OLE color: 5802422.

HSL color Cylindrical-coordinate representation of color #B68958: hue angle of 31.28º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B68958 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB18213788-
CMYK00.250.520.29
HSL31.28º39.17%52.94%-
HSV(B)31.28º51.65%71.37%-
XYZ3028.5413.16-
YUV144.8795.91154.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.72%
GREEN value IS 137 (53.91% from 255) = 33.66%
BLUE value IS 88 (34.77% from 255) = 21.62%
R=44.72%
G=33.66%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821378800.250.520.2931.2839.1752.94
HexB68958019341D1f2735
Octal2662111300316435374765
Binary101101101000100110110000110011101001110111111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68958; }

 p { color: rgb(182,137,88); }

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

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

 a { background-color: rgb(182,137,88); }

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

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

 span { border-color: rgb(182,137,88); }

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