Html Css Color HEX #B28E56 Barley Corn

📋 copy color: '#B28E56'

red 178 ◦ green 142 ◦ blue 86

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

Shades of Barley Corn #B28E56

Tints of Barley Corn #B28E56

RGB

 RED value IS 178 (69.92% from 255) = 43.84%

 GREEN value IS 142 (55.86% from 255) = 34.98%

 BLUE value IS 86 (33.98% from 255) = 21.18%

R = 43.84%
G = 34.98%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B28E56 (or 0xB28E56) is known color: Barley Corn. HEX triplet: B2, 8E and 56. RGB value is (178,142,86). Sum of RGB (Red+Green+Blue) = 178+142+86=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28E56 is #4D71A9. Grayscale: #929292. Windows color (decimal): -5075370 or 5672626. OLE color: 5672626.

HSL color Cylindrical-coordinate representation of color #B28E56: hue angle of 36.52º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B28E56 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 142 86 -
CMYK 0 0.20 0.52 0.30
HSL 36.52º 0.37% 0.52% -
HSV(B) 36.52º 0.52% 0.7% -
XYZ 29.71 29.48 12.93 -
YUV 146.38 93.93 150.55 -
System Red Green Blue C M Y K H S L
Decimal 178 142 86 0 0.20 0.52 0.30 36.52 0.37 0.52
Hex B2 8E 56 0 14 34 1E 25 25 34
Octal 262 216 126 0 24 64 36 45 45 64
Binary 10110010 10001110 1010110 0 10100 110100 11110 100101 100101 110100

Color Harmonies of #B28E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28E56

Black with #B28E56

Text Example


Text Example

White with #B28E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28E56; }

 p { color: rgb(178,142,86); }

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

background-color css

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

 a { background-color: rgb(178,142,86); }

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

border-color css

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

 span { border-color: rgb(178,142,86); }

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