#B88B5D

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

Shades of Barley Corn #B88B5D

Tints of Barley Corn #B88B5D

Color information

#B88B5D (or 0xB88B5D) is unknown color: approx Barley Corn. HEX triplet: B8, 8B and 5D. RGB value is (184,139,93). Sum of RGB (Red+Green+Blue) = 184+139+93=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B88B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88B5D is #4774A2. Grayscale: #939393. Windows color (decimal): -4682915 or 6130616. OLE color: 6130616.

HSL color Cylindrical-coordinate representation of color #B88B5D: hue angle of 30.33º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B88B5D is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB18413993-
CMYK00.240.490.28
HSL30.33º39.06%54.31%-
HSV(B)30.33º49.46%72.16%-
XYZ30.9829.4514.41-
YUV147.2197.41154.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.23%
GREEN value IS 139 (54.69% from 255) = 33.41%
BLUE value IS 93 (36.72% from 255) = 22.36%
R=44.23%
G=33.41%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841399300.240.490.2830.3339.0654.31
HexB88B5D018311C1e2736
Octal2702131350306134364766
Binary101110001000101110111010110001100011110011110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88B5D; }

 p { color: rgb(184,139,93); }

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

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

 a { background-color: rgb(184,139,93); }

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

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

 span { border-color: rgb(184,139,93); }

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