Html Css Color HEX #B28D5D Barley Corn

📋 copy color: '#B28D5D'

red 178 ◦ green 141 ◦ blue 93

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

Shades of Barley Corn #B28D5D

Tints of Barley Corn #B28D5D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.22%

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

R = 43.2%
G = 34.22%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B28D5D (or 0xB28D5D) is known color: Barley Corn. HEX triplet: B2, 8D and 5D. RGB value is (178,141,93). Sum of RGB (Red+Green+Blue) = 178+141+93=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28D5D is #4D72A2. Grayscale: #929292. Windows color (decimal): -5075619 or 6131122. OLE color: 6131122.

HSL color Cylindrical-coordinate representation of color #B28D5D: hue angle of 33.88º 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 #B28D5D is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 141 93 -
CMYK 0 0.21 0.48 0.30
HSL 33.88º 0.36% 0.53% -
HSV(B) 33.88º 0.48% 0.7% -
XYZ 29.86 29.31 14.44 -
YUV 146.59 97.76 150.4 -
System Red Green Blue C M Y K H S L
Decimal 178 141 93 0 0.21 0.48 0.30 33.88 0.36 0.53
Hex B2 8D 5D 0 15 30 1E 22 24 35
Octal 262 215 135 0 25 60 36 42 44 65
Binary 10110010 10001101 1011101 0 10101 110000 11110 100010 100100 110101

Color Harmonies of #B28D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28D5D

Black with #B28D5D

Text Example


Text Example

White with #B28D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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