#B88F54

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

Shades of Barley Corn #B88F54

Tints of Barley Corn #B88F54

Color information

#B88F54 (or 0xB88F54) is unknown color: approx Barley Corn. HEX triplet: B8, 8F and 54. RGB value is (184,143,84). Sum of RGB (Red+Green+Blue) = 184+143+84=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 84 (33.20% from 255 or 20.44% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88F54 is #4770AB. Grayscale: #949494. Windows color (decimal): -4681900 or 5541816. OLE color: 5541816.

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

Color convert

RGB18414384-
CMYK00.220.540.28
HSL35.4º41.32%52.55%-
HSV(B)35.4º54.35%72.16%-
XYZ31.1930.4812.63-
YUV148.5391.58153.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.77%
GREEN value IS 143 (56.25% from 255) = 34.79%
BLUE value IS 84 (33.20% from 255) = 20.44%
R=44.77%
G=34.79%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841438400.220.540.2835.441.3252.55
HexB88F54016361C232935
Octal2702171240266634435165
Binary1011100010001111101010001011011011011100100011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88F54; }

 p { color: rgb(184,143,84); }

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

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

 a { background-color: rgb(184,143,84); }

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

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

 span { border-color: rgb(184,143,84); }

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