#B59568

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

Shades of Barley Corn #B59568

Tints of Barley Corn #B59568

Color information

#B59568 (or 0xB59568) is unknown color: approx Barley Corn. HEX triplet: B5, 95 and 68. RGB value is (181,149,104). Sum of RGB (Red+Green+Blue) = 181+149+104=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 104 (41.02% from 255 or 23.96% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B59568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59568 is #4A6A97. Grayscale: #999999. Windows color (decimal): -4876952 or 6854069. OLE color: 6854069.

HSL color Cylindrical-coordinate representation of color #B59568: hue angle of 35.06º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B59568 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB181149104-
CMYK00.180.430.29
HSL35.06º34.22%55.88%-
HSV(B)35.06º42.54%70.98%-
XYZ32.332.3217.63-
YUV153.44100.1147.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.71%
GREEN value IS 149 (58.59% from 255) = 34.33%
BLUE value IS 104 (41.02% from 255) = 23.96%
R=41.71%
G=34.33%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114910400.180.430.2935.0634.2255.88
HexB595680122B1D232238
Octal2652251500225335434270
Binary1011010110010101110100001001010101111101100011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59568; }

 p { color: rgb(181,149,104); }

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

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

 a { background-color: rgb(181,149,104); }

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

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

 span { border-color: rgb(181,149,104); }

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