Html Css Color HEX #B28C5C Barley Corn

📋 copy color: '#B28C5C'

red 178 ◦ green 140 ◦ blue 92

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

Shades of Barley Corn #B28C5C

Tints of Barley Corn #B28C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.44%

R = 43.41%
G = 34.15%
B = 22.44%

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

#B28C5C (or 0xB28C5C) is known color: Barley Corn. HEX triplet: B2, 8C and 5C. RGB value is (178,140,92). Sum of RGB (Red+Green+Blue) = 178+140+92=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28C5C is #4D73A3. Grayscale: #929292. Windows color (decimal): -5075876 or 6065330. OLE color: 6065330.

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

Color convert

RGB 178 140 92 -
CMYK 0 0.21 0.48 0.30
HSL 33.49º 0.36% 0.53% -
HSV(B) 33.49º 0.48% 0.7% -
XYZ 29.67 28.99 14.16 -
YUV 145.89 97.59 150.9 -
System Red Green Blue C M Y K H S L
Decimal 178 140 92 0 0.21 0.48 0.30 33.49 0.36 0.53
Hex B2 8C 5C 0 15 30 1E 21 24 35
Octal 262 214 134 0 25 60 36 41 44 65
Binary 10110010 10001100 1011100 0 10101 110000 11110 100001 100100 110101

Color Harmonies of #B28C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28C5C

Black with #B28C5C

Text Example


Text Example

White with #B28C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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