Html Css Color HEX #B28E59 Barley Corn

📋 copy color: '#B28E59'

red 178 ◦ green 142 ◦ blue 89

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

Shades of Barley Corn #B28E59

Tints of Barley Corn #B28E59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 21.76%

R = 43.52%
G = 34.72%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.5

 K value IS 0.30

RGB Variations

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

Color information

#B28E59 (or 0xB28E59) is known color: Barley Corn. HEX triplet: B2, 8E and 59. RGB value is (178,142,89). Sum of RGB (Red+Green+Blue) = 178+142+89=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 89 (35.16% from 255 or 21.76% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28E59 is #4D71A6. Grayscale: #929292. Windows color (decimal): -5075367 or 5869234. OLE color: 5869234.

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

Color convert

RGB 178 142 89 -
CMYK 0 0.20 0.5 0.30
HSL 35.73º 0.37% 0.52% -
HSV(B) 35.73º 0.5% 0.7% -
XYZ 29.84 29.53 13.58 -
YUV 146.72 95.43 150.31 -
System Red Green Blue C M Y K H S L
Decimal 178 142 89 0 0.20 0.5 0.30 35.73 0.37 0.52
Hex B2 8E 59 0 14 32 1E 24 25 34
Octal 262 216 131 0 24 62 36 44 45 64
Binary 10110010 10001110 1011001 0 10100 110010 11110 100100 100101 110100

Color Harmonies of #B28E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28E59

Black with #B28E59

Text Example


Text Example

White with #B28E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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