#B88E58

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

Shades of Barley Corn #B88E58

Tints of Barley Corn #B88E58

Color information

#B88E58 (or 0xB88E58) is unknown color: approx Barley Corn. HEX triplet: B8, 8E and 58. RGB value is (184,142,88). Sum of RGB (Red+Green+Blue) = 184+142+88=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 88 (34.77% from 255 or 21.26% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B88E58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88E58 is #4771A7. Grayscale: #949494. Windows color (decimal): -4682152 or 5803704. OLE color: 5803704.

HSL color Cylindrical-coordinate representation of color #B88E58: hue angle of 33.75º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B88E58 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB18414288-
CMYK00.230.520.28
HSL33.75º40.34%53.33%-
HSV(B)33.75º52.17%72.16%-
XYZ31.230.2413.43-
YUV148.493.91153.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.44%
GREEN value IS 142 (55.86% from 255) = 34.30%
BLUE value IS 88 (34.77% from 255) = 21.26%
R=44.44%
G=34.30%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841428800.230.520.2833.7540.3453.33
HexB88E58017341C222835
Octal2702161300276434425065
Binary1011100010001110101100001011111010011100100010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88E58; }

 p { color: rgb(184,142,88); }

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

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

 a { background-color: rgb(184,142,88); }

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

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

 span { border-color: rgb(184,142,88); }

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