#B78F60

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

Shades of Barley Corn #B78F60

Tints of Barley Corn #B78F60

Color information

#B78F60 (or 0xB78F60) is unknown color: approx Barley Corn. HEX triplet: B7, 8F and 60. RGB value is (183,143,96). Sum of RGB (Red+Green+Blue) = 183+143+96=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B78F60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78F60 is #48709F. Grayscale: #959595. Windows color (decimal): -4747424 or 6328247. OLE color: 6328247.

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

Color convert

RGB18314396-
CMYK00.220.480.28
HSL32.41º37.66%54.71%-
HSV(B)32.41º47.54%71.76%-
XYZ31.4630.5615.31-
YUV149.697.75151.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.36%
GREEN value IS 143 (56.25% from 255) = 33.89%
BLUE value IS 96 (37.89% from 255) = 22.75%
R=43.36%
G=33.89%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831439600.220.480.2832.4137.6654.71
HexB78F60016301C202637
Octal2672171400266034404667
Binary1011011110001111110000001011011000011100100000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78F60; }

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

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

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

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

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

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

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

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