Html Css Color HEX #B78A5E Barley Corn

📋 copy color: '#B78A5E'

red 183 ◦ green 138 ◦ blue 94

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

Shades of Barley Corn #B78A5E

Tints of Barley Corn #B78A5E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.25%

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

R = 44.1%
G = 33.25%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B78A5E (or 0xB78A5E) is known color: Barley Corn. HEX triplet: B7, 8A and 5E. RGB value is (183,138,94). Sum of RGB (Red+Green+Blue) = 183+138+94=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78A5E is #4875A1. Grayscale: #929292. Windows color (decimal): -4748706 or 6195895. OLE color: 6195895.

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

Color convert

RGB 183 138 94 -
CMYK 0 0.25 0.49 0.28
HSL 29.66º 0.38% 0.54% -
HSV(B) 29.66º 0.49% 0.72% -
XYZ 30.64 29.05 14.58 -
YUV 146.44 98.41 154.08 -
System Red Green Blue C M Y K H S L
Decimal 183 138 94 0 0.25 0.49 0.28 29.66 0.38 0.54
Hex B7 8A 5E 0 19 31 1C 1E 26 36
Octal 267 212 136 0 31 61 34 36 46 66
Binary 10110111 10001010 1011110 0 11001 110001 11100 11110 100110 110110

Color Harmonies of #B78A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78A5E

Black with #B78A5E

Text Example


Text Example

White with #B78A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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