Html Css Color HEX #B28C5E Barley Corn

📋 copy color: '#B28C5E'

red 178 ◦ green 140 ◦ blue 94

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

Shades of Barley Corn #B28C5E

Tints of Barley Corn #B28C5E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.98%

 BLUE value IS 94 (37.11% from 255) = 22.82%

R = 43.2%
G = 33.98%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B28C5E (or 0xB28C5E) is known color: Barley Corn. HEX triplet: B2, 8C and 5E. RGB value is (178,140,94). Sum of RGB (Red+Green+Blue) = 178+140+94=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28C5E is #4D73A1. Grayscale: #929292. Windows color (decimal): -5075874 or 6196402. OLE color: 6196402.

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

Color convert

RGB 178 140 94 -
CMYK 0 0.21 0.47 0.30
HSL 32.86º 0.35% 0.53% -
HSV(B) 32.86º 0.47% 0.7% -
XYZ 29.76 29.03 14.62 -
YUV 146.12 98.59 150.74 -
System Red Green Blue C M Y K H S L
Decimal 178 140 94 0 0.21 0.47 0.30 32.86 0.35 0.53
Hex B2 8C 5E 0 15 2F 1E 21 23 35
Octal 262 214 136 0 25 57 36 41 43 65
Binary 10110010 10001100 1011110 0 10101 101111 11110 100001 100011 110101

Color Harmonies of #B28C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28C5E

Black with #B28C5E

Text Example


Text Example

White with #B28C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28C5E; }

 p { color: rgb(178,140,94); }

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

background-color css

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

 a { background-color: rgb(178,140,94); }

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

border-color css

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

 span { border-color: rgb(178,140,94); }

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