#B58F69

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

Shades of Barley Corn #B58F69

Tints of Barley Corn #B58F69

Color information

#B58F69 (or 0xB58F69) is unknown color: approx Barley Corn. HEX triplet: B5, 8F and 69. RGB value is (181,143,105). Sum of RGB (Red+Green+Blue) = 181+143+105=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58F69 is #4A7096. Grayscale: #969696. Windows color (decimal): -4878487 or 6918069. OLE color: 6918069.

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

Color convert

RGB181143105-
CMYK00.210.420.29
HSL30º33.93%56.08%-
HSV(B)30º41.99%70.98%-
XYZ31.4330.4917.59-
YUV150.03102.59150.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.19%
GREEN value IS 143 (56.25% from 255) = 33.33%
BLUE value IS 105 (41.41% from 255) = 24.48%
R=42.19%
G=33.33%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114310500.210.420.293033.9356.08
HexB58F690152A1D1e2238
Octal2652171510255235364270
Binary101101011000111111010010101011010101110111110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58F69; }

 p { color: rgb(181,143,105); }

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

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

 a { background-color: rgb(181,143,105); }

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

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

 span { border-color: rgb(181,143,105); }

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