Html Css Color HEX #B28E5D Barley Corn

📋 copy color: '#B28E5D'

red 178 ◦ green 142 ◦ blue 93

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

Shades of Barley Corn #B28E5D

Tints of Barley Corn #B28E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.52%

R = 43.1%
G = 34.38%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B28E5D (or 0xB28E5D) is known color: Barley Corn. HEX triplet: B2, 8E and 5D. RGB value is (178,142,93). Sum of RGB (Red+Green+Blue) = 178+142+93=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28E5D is #4D71A2. Grayscale: #939393. Windows color (decimal): -5075363 or 6131378. OLE color: 6131378.

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

Color convert

RGB 178 142 93 -
CMYK 0 0.20 0.48 0.30
HSL 34.59º 0.36% 0.53% -
HSV(B) 34.59º 0.48% 0.7% -
XYZ 30.01 29.6 14.49 -
YUV 147.18 97.43 149.98 -
System Red Green Blue C M Y K H S L
Decimal 178 142 93 0 0.20 0.48 0.30 34.59 0.36 0.53
Hex B2 8E 5D 0 14 30 1E 23 24 35
Octal 262 216 135 0 24 60 36 43 44 65
Binary 10110010 10001110 1011101 0 10100 110000 11110 100011 100100 110101

Color Harmonies of #B28E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28E5D

Black with #B28E5D

Text Example


Text Example

White with #B28E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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