Html Css Color HEX #B28C60 Barley Corn

📋 copy color: '#B28C60'

red 178 ◦ green 140 ◦ blue 96

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

Shades of Barley Corn #B28C60

Tints of Barley Corn #B28C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.19%

R = 43%
G = 33.82%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B28C60 (or 0xB28C60) is known color: Barley Corn. HEX triplet: B2, 8C and 60. RGB value is (178,140,96). Sum of RGB (Red+Green+Blue) = 178+140+96=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28C60 is #4D739F. Grayscale: #929292. Windows color (decimal): -5075872 or 6327474. OLE color: 6327474.

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

Color convert

RGB 178 140 96 -
CMYK 0 0.21 0.46 0.30
HSL 32.2º 0.35% 0.54% -
HSV(B) 32.2º 0.46% 0.7% -
XYZ 29.85 29.07 15.1 -
YUV 146.35 99.59 150.58 -
System Red Green Blue C M Y K H S L
Decimal 178 140 96 0 0.21 0.46 0.30 32.2 0.35 0.54
Hex B2 8C 60 0 15 2E 1E 20 23 36
Octal 262 214 140 0 25 56 36 40 43 66
Binary 10110010 10001100 1100000 0 10101 101110 11110 100000 100011 110110

Color Harmonies of #B28C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28C60

Black with #B28C60

Text Example


Text Example

White with #B28C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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