Html Css Color HEX #B78C5E Barley Corn

📋 copy color: '#B78C5E'

red 183 ◦ green 140 ◦ blue 94

#B78C5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barley Corn #B78C5E

Tints of Barley Corn #B78C5E

RGB

 RED value IS 183 (71.88% from 255) = 43.88%

 GREEN value IS 140 (55.08% from 255) = 33.57%

 BLUE value IS 94 (37.11% from 255) = 22.54%

R = 43.88%
G = 33.57%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B78C5E (or 0xB78C5E) is known color: Barley Corn. HEX triplet: B7, 8C and 5E. RGB value is (183,140,94). Sum of RGB (Red+Green+Blue) = 183+140+94=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78C5E is #4873A1. Grayscale: #939393. Windows color (decimal): -4748194 or 6196407. OLE color: 6196407.

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

Color convert

RGB 183 140 94 -
CMYK 0 0.23 0.49 0.28
HSL 31.01º 0.38% 0.54% -
HSV(B) 31.01º 0.49% 0.72% -
XYZ 30.93 29.63 14.68 -
YUV 147.61 97.75 153.24 -
System Red Green Blue C M Y K H S L
Decimal 183 140 94 0 0.23 0.49 0.28 31.01 0.38 0.54
Hex B7 8C 5E 0 17 31 1C 1F 26 36
Octal 267 214 136 0 27 61 34 37 46 66
Binary 10110111 10001100 1011110 0 10111 110001 11100 11111 100110 110110

Color Harmonies of #B78C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78C5E

Black with #B78C5E

Text Example


Text Example

White with #B78C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78C5E; }

 p { color: rgb(183,140,94); }

 H1.HeaderClassName
 {
   color: #B78C5E;
 }
 .AnyTagClassName
 {
   color: #B78C5E;
 }
</style>

background-color css

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

 a { background-color: rgb(183,140,94); }

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

border-color css

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

 span { border-color: rgb(183,140,94); }

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