Html Css Color HEX #B28D64 Barley Corn

📋 copy color: '#B28D64'

red 178 ◦ green 141 ◦ blue 100

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

Shades of Barley Corn #B28D64

Tints of Barley Corn #B28D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.87%

R = 42.48%
G = 33.65%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B28D64 (or 0xB28D64) is known color: Barley Corn. HEX triplet: B2, 8D and 64. RGB value is (178,141,100). Sum of RGB (Red+Green+Blue) = 178+141+100=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28D64 is #4D729B. Grayscale: #939393. Windows color (decimal): -5075612 or 6589874. OLE color: 6589874.

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

Color convert

RGB 178 141 100 -
CMYK 0 0.21 0.44 0.30
HSL 31.54º 0.34% 0.55% -
HSV(B) 31.54º 0.44% 0.7% -
XYZ 30.19 29.43 16.15 -
YUV 147.39 101.26 149.83 -
System Red Green Blue C M Y K H S L
Decimal 178 141 100 0 0.21 0.44 0.30 31.54 0.34 0.55
Hex B2 8D 64 0 15 2C 1E 20 22 37
Octal 262 215 144 0 25 54 36 40 42 67
Binary 10110010 10001101 1100100 0 10101 101100 11110 100000 100010 110111

Color Harmonies of #B28D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28D64

Black with #B28D64

Text Example


Text Example

White with #B28D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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