#B78D5C

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

Shades of Barley Corn #B78D5C

Tints of Barley Corn #B78D5C

Color information

#B78D5C (or 0xB78D5C) is unknown color: approx Barley Corn. HEX triplet: B7, 8D and 5C. RGB value is (183,141,92). Sum of RGB (Red+Green+Blue) = 183+141+92=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B78D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78D5C is #4872A3. Grayscale: #949494. Windows color (decimal): -4747940 or 6065591. OLE color: 6065591.

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

Color convert

RGB18314192-
CMYK00.230.500.28
HSL32.31º38.72%53.92%-
HSV(B)32.31º49.73%71.76%-
XYZ30.9929.8914.26-
YUV147.9796.41152.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.99%
GREEN value IS 141 (55.47% from 255) = 33.89%
BLUE value IS 92 (36.33% from 255) = 22.12%
R=43.99%
G=33.89%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831419200.230.500.2832.3138.7253.92
HexB78D5C017321C202736
Octal2672151340276234404766
Binary1011011110001101101110001011111001011100100000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78D5C; }

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

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

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

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

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

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

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

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