#B59968

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

Shades of Barley Corn #B59968

Tints of Barley Corn #B59968

Color information

#B59968 (or 0xB59968) is unknown color: approx Barley Corn. HEX triplet: B5, 99 and 68. RGB value is (181,153,104). Sum of RGB (Red+Green+Blue) = 181+153+104=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B59968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59968 is #4A6697. Grayscale: #9C9C9C. Windows color (decimal): -4875928 or 6855093. OLE color: 6855093.

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

Color convert

RGB181153104-
CMYK00.150.430.29
HSL38.18º34.22%55.88%-
HSV(B)38.18º42.54%70.98%-
XYZ32.9533.6117.85-
YUV155.7998.78145.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.32%
GREEN value IS 153 (60.16% from 255) = 34.93%
BLUE value IS 104 (41.02% from 255) = 23.74%
R=41.32%
G=34.93%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115310400.150.430.2938.1834.2255.88
HexB599680F2B1D262238
Octal2652311500175335464270
Binary101101011001100111010000111110101111101100110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59968; }

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

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

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

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

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

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

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

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