Html Css Color HEX #B28E5A Barley Corn

📋 copy color: '#B28E5A'

red 178 ◦ green 142 ◦ blue 90

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

Shades of Barley Corn #B28E5A

Tints of Barley Corn #B28E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.95%

R = 43.41%
G = 34.63%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B28E5A (or 0xB28E5A) is known color: Barley Corn. HEX triplet: B2, 8E and 5A. RGB value is (178,142,90). Sum of RGB (Red+Green+Blue) = 178+142+90=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28E5A is #4D71A5. Grayscale: #939393. Windows color (decimal): -5075366 or 5934770. OLE color: 5934770.

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

Color convert

RGB 178 142 90 -
CMYK 0 0.20 0.49 0.30
HSL 35.45º 0.36% 0.53% -
HSV(B) 35.45º 0.49% 0.7% -
XYZ 29.88 29.55 13.8 -
YUV 146.84 95.93 150.23 -
System Red Green Blue C M Y K H S L
Decimal 178 142 90 0 0.20 0.49 0.30 35.45 0.36 0.53
Hex B2 8E 5A 0 14 31 1E 23 24 35
Octal 262 216 132 0 24 61 36 43 44 65
Binary 10110010 10001110 1011010 0 10100 110001 11110 100011 100100 110101

Color Harmonies of #B28E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28E5A

Black with #B28E5A

Text Example


Text Example

White with #B28E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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