#B88A5C

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

Shades of Barley Corn #B88A5C

Tints of Barley Corn #B88A5C

Color information

#B88A5C (or 0xB88A5C) is unknown color: approx Barley Corn. HEX triplet: B8, 8A and 5C. RGB value is (184,138,92). Sum of RGB (Red+Green+Blue) = 184+138+92=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88A5C is #4775A3. Grayscale: #929292. Windows color (decimal): -4683172 or 6064824. OLE color: 6064824.

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

Color convert

RGB18413892-
CMYK00.250.500.28
HSL30º39.32%54.12%-
HSV(B)30º50%72.16%-
XYZ30.7929.1414.13-
YUV146.5197.24154.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.44%
GREEN value IS 138 (54.30% from 255) = 33.33%
BLUE value IS 92 (36.33% from 255) = 22.22%
R=44.44%
G=33.33%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841389200.250.500.283039.3254.12
HexB88A5C019321C1e2736
Octal2702121340316234364766
Binary101110001000101010111000110011100101110011110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88A5C; }

 p { color: rgb(184,138,92); }

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

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

 a { background-color: rgb(184,138,92); }

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

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

 span { border-color: rgb(184,138,92); }

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