Html Css Color HEX #B28A5E Barley Corn

📋 copy color: '#B28A5E'

red 178 ◦ green 138 ◦ blue 94

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

Shades of Barley Corn #B28A5E

Tints of Barley Corn #B28A5E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.66%

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

R = 43.41%
G = 33.66%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B28A5E (or 0xB28A5E) is known color: Barley Corn. HEX triplet: B2, 8A and 5E. RGB value is (178,138,94). Sum of RGB (Red+Green+Blue) = 178+138+94=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28A5E is #4D75A1. Grayscale: #919191. Windows color (decimal): -5076386 or 6195890. OLE color: 6195890.

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

Color convert

RGB 178 138 94 -
CMYK 0 0.22 0.47 0.30
HSL 31.43º 0.35% 0.53% -
HSV(B) 31.43º 0.47% 0.7% -
XYZ 29.47 28.45 14.53 -
YUV 144.94 99.25 151.58 -
System Red Green Blue C M Y K H S L
Decimal 178 138 94 0 0.22 0.47 0.30 31.43 0.35 0.53
Hex B2 8A 5E 0 16 2F 1E 1F 23 35
Octal 262 212 136 0 26 57 36 37 43 65
Binary 10110010 10001010 1011110 0 10110 101111 11110 11111 100011 110101

Color Harmonies of #B28A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28A5E

Black with #B28A5E

Text Example


Text Example

White with #B28A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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