#b88c5f

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

Shades of Barley Corn #B88C5F

Tints of Barley Corn #B88C5F

Color information

#B88C5F (or 0xB88C5F) is unknown color: approx Barley Corn. HEX triplet: B8, 8C and 5F. RGB value is (184,140,95). Sum of RGB (Red+Green+Blue) = 184+140+95=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B88C5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88C5F is #4773A0. Grayscale: #949494. Windows color (decimal): -4682657 or 6261944. OLE color: 6261944.

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

Color convert

RGB18414095-
CMYK00.240.480.28
HSL30.34º38.53%54.71%-
HSV(B)30.34º48.37%72.16%-
XYZ31.2129.7714.93-
YUV148.0398.08153.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.91%
GREEN value IS 140 (55.08% from 255) = 33.41%
BLUE value IS 95 (37.5% from 255) = 22.67%
R=43.91%
G=33.41%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841409500.240.480.2830.3438.5354.71
HexB88C5F018301C1e2737
Octal2702141370306034364767
Binary101110001000110010111110110001100001110011110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b88c5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b88c5f; }

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

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

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

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

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

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

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

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