#B88D58

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

Shades of Barley Corn #B88D58

Tints of Barley Corn #B88D58

Color information

#B88D58 (or 0xB88D58) is unknown color: approx Barley Corn. HEX triplet: B8, 8D and 58. RGB value is (184,141,88). Sum of RGB (Red+Green+Blue) = 184+141+88=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 88 (34.77% from 255 or 21.31% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B88D58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88D58 is #4772A7. Grayscale: #949494. Windows color (decimal): -4682408 or 5803448. OLE color: 5803448.

HSL color Cylindrical-coordinate representation of color #B88D58: hue angle of 33.13º 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 #B88D58 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB18414188-
CMYK00.230.520.28
HSL33.13º40.34%53.33%-
HSV(B)33.13º52.17%72.16%-
XYZ31.0529.9413.38-
YUV147.8294.25153.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.55%
GREEN value IS 141 (55.47% from 255) = 34.14%
BLUE value IS 88 (34.77% from 255) = 21.31%
R=44.55%
G=34.14%
B=21.31%

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
Decimal1841418800.230.520.2833.1340.3453.33
HexB88D58017341C212835
Octal2702151300276434415065
Binary1011100010001101101100001011111010011100100001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88D58; }

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

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

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

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

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

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

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

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