#B78F5C

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

Shades of Barley Corn #B78F5C

Tints of Barley Corn #B78F5C

Color information

#B78F5C (or 0xB78F5C) is unknown color: approx Barley Corn. HEX triplet: B7, 8F and 5C. RGB value is (183,143,92). Sum of RGB (Red+Green+Blue) = 183+143+92=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B78F5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78F5C is #4870A3. Grayscale: #959595. Windows color (decimal): -4747428 or 6066103. OLE color: 6066103.

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

Color convert

RGB18314392-
CMYK00.220.500.28
HSL33.63º38.72%53.92%-
HSV(B)33.63º49.73%71.76%-
XYZ31.2830.4814.36-
YUV149.1595.75152.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.78%
GREEN value IS 143 (56.25% from 255) = 34.21%
BLUE value IS 92 (36.33% from 255) = 22.01%
R=43.78%
G=34.21%
B=22.01%

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
Decimal1831439200.220.500.2833.6338.7253.92
HexB78F5C016321C222736
Octal2672171340266234424766
Binary1011011110001111101110001011011001011100100010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78F5C; }

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

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

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

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

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

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

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

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