#B88C58

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

Shades of Barley Corn #B88C58

Tints of Barley Corn #B88C58

Color information

#B88C58 (or 0xB88C58) is unknown color: approx Barley Corn. HEX triplet: B8, 8C and 58. RGB value is (184,140,88). Sum of RGB (Red+Green+Blue) = 184+140+88=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 88 (34.77% from 255 or 21.36% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B88C58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88C58 is #4773A7. Grayscale: #939393. Windows color (decimal): -4682664 or 5803192. OLE color: 5803192.

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

Color convert

RGB18414088-
CMYK00.240.520.28
HSL32.5º40.34%53.33%-
HSV(B)32.5º52.17%72.16%-
XYZ30.9129.6513.33-
YUV147.2394.58154.23-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.66%
GREEN value IS 140 (55.08% from 255) = 33.98%
BLUE value IS 88 (34.77% from 255) = 21.36%
R=44.66%
G=33.98%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841408800.240.520.2832.540.3453.33
HexB88C58018341C212835
Octal2702141300306434415065
Binary1011100010001100101100001100011010011100100001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88C58; }

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

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

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

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

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

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

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

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