Html Css Color HEX #B78860 Barley Corn

📋 copy color: '#B78860'

red 183 ◦ green 136 ◦ blue 96

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

Shades of Barley Corn #B78860

Tints of Barley Corn #B78860

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.77%

 BLUE value IS 96 (37.89% from 255) = 23.13%

R = 44.1%
G = 32.77%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B78860 (or 0xB78860) is known color: Barley Corn. HEX triplet: B7, 88 and 60. RGB value is (183,136,96). Sum of RGB (Red+Green+Blue) = 183+136+96=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B78860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78860 is #48779F. Grayscale: #919191. Windows color (decimal): -4749216 or 6326455. OLE color: 6326455.

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

Color convert

RGB 183 136 96 -
CMYK 0 0.26 0.48 0.28
HSL 27.59º 0.38% 0.55% -
HSV(B) 27.59º 0.48% 0.72% -
XYZ 30.44 28.52 14.97 -
YUV 145.49 100.07 154.75 -
System Red Green Blue C M Y K H S L
Decimal 183 136 96 0 0.26 0.48 0.28 27.59 0.38 0.55
Hex B7 88 60 0 1A 30 1C 1C 26 37
Octal 267 210 140 0 32 60 34 34 46 67
Binary 10110111 10001000 1100000 0 11010 110000 11100 11100 100110 110111

Color Harmonies of #B78860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78860

Black with #B78860

Text Example


Text Example

White with #B78860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78860; }

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

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

background-color css

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

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

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

border-color css

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

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

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