#B78F5B

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

Shades of Barley Corn #B78F5B

Tints of Barley Corn #B78F5B

Color information

#B78F5B (or 0xB78F5B) is unknown color: approx Barley Corn. HEX triplet: B7, 8F and 5B. RGB value is (183,143,91). Sum of RGB (Red+Green+Blue) = 183+143+91=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B78F5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78F5B is #4870A4. Grayscale: #959595. Windows color (decimal): -4747429 or 6000567. OLE color: 6000567.

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

Color convert

RGB18314391-
CMYK00.220.500.28
HSL33.91º38.98%53.73%-
HSV(B)33.91º50.27%71.76%-
XYZ31.2430.4714.13-
YUV149.0395.25152.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.88%
GREEN value IS 143 (56.25% from 255) = 34.29%
BLUE value IS 91 (35.94% from 255) = 21.82%
R=43.88%
G=34.29%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831439100.220.500.2833.9138.9853.73
HexB78F5B016321C222736
Octal2672171330266234424766
Binary1011011110001111101101101011011001011100100010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78F5B; }

 p { color: rgb(183,143,91); }

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

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

 a { background-color: rgb(183,143,91); }

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

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

 span { border-color: rgb(183,143,91); }

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