Html Css Color HEX #B78C55 Barley Corn

📋 copy color: '#B78C55'

red 183 ◦ green 140 ◦ blue 85

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

Shades of Barley Corn #B78C55

Tints of Barley Corn #B78C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.83%

R = 44.85%
G = 34.31%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B78C55 (or 0xB78C55) is known color: Barley Corn. HEX triplet: B7, 8C and 55. RGB value is (183,140,85). Sum of RGB (Red+Green+Blue) = 183+140+85=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78C55 is #4873AA. Grayscale: #929292. Windows color (decimal): -4748203 or 5606583. OLE color: 5606583.

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

Color convert

RGB 183 140 85 -
CMYK 0 0.23 0.54 0.28
HSL 33.67º 0.4% 0.53% -
HSV(B) 33.67º 0.54% 0.72% -
XYZ 30.55 29.48 12.67 -
YUV 146.59 93.25 153.97 -
System Red Green Blue C M Y K H S L
Decimal 183 140 85 0 0.23 0.54 0.28 33.67 0.4 0.53
Hex B7 8C 55 0 17 36 1C 22 28 35
Octal 267 214 125 0 27 66 34 42 50 65
Binary 10110111 10001100 1010101 0 10111 110110 11100 100010 101000 110101

Color Harmonies of #B78C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78C55

Black with #B78C55

Text Example


Text Example

White with #B78C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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