Html Css Color HEX #B28E63 Barley Corn

📋 copy color: '#B28E63'

red 178 ◦ green 142 ◦ blue 99

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

Shades of Barley Corn #B28E63

Tints of Barley Corn #B28E63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.63%

R = 42.48%
G = 33.89%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B28E63 (or 0xB28E63) is known color: Barley Corn. HEX triplet: B2, 8E and 63. RGB value is (178,142,99). Sum of RGB (Red+Green+Blue) = 178+142+99=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 99 (39.06% from 255 or 23.63% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28E63 is #4D719C. Grayscale: #949494. Windows color (decimal): -5075357 or 6524594. OLE color: 6524594.

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

Color convert

RGB 178 142 99 -
CMYK 0 0.20 0.44 0.30
HSL 32.66º 0.34% 0.54% -
HSV(B) 32.66º 0.44% 0.7% -
XYZ 30.29 29.71 15.94 -
YUV 147.86 100.43 149.5 -
System Red Green Blue C M Y K H S L
Decimal 178 142 99 0 0.20 0.44 0.30 32.66 0.34 0.54
Hex B2 8E 63 0 14 2C 1E 21 22 36
Octal 262 216 143 0 24 54 36 41 42 66
Binary 10110010 10001110 1100011 0 10100 101100 11110 100001 100010 110110

Color Harmonies of #B28E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28E63

Black with #B28E63

Text Example


Text Example

White with #B28E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28E63; }

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

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

background-color css

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

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

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

border-color css

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

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

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