Html Css Color HEX #B28A61 Barley Corn

📋 copy color: '#B28A61'

red 178 ◦ green 138 ◦ blue 97

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

Shades of Barley Corn #B28A61

Tints of Barley Corn #B28A61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.49%

R = 43.1%
G = 33.41%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B28A61 (or 0xB28A61) is known color: Barley Corn. HEX triplet: B2, 8A and 61. RGB value is (178,138,97). Sum of RGB (Red+Green+Blue) = 178+138+97=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28A61 is #4D759E. Grayscale: #919191. Windows color (decimal): -5076383 or 6392498. OLE color: 6392498.

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

Color convert

RGB 178 138 97 -
CMYK 0 0.22 0.46 0.30
HSL 30.37º 0.34% 0.54% -
HSV(B) 30.37º 0.46% 0.7% -
XYZ 29.61 28.51 15.25 -
YUV 145.29 100.75 151.33 -
System Red Green Blue C M Y K H S L
Decimal 178 138 97 0 0.22 0.46 0.30 30.37 0.34 0.54
Hex B2 8A 61 0 16 2E 1E 1E 22 36
Octal 262 212 141 0 26 56 36 36 42 66
Binary 10110010 10001010 1100001 0 10110 101110 11110 11110 100010 110110

Color Harmonies of #B28A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28A61

Black with #B28A61

Text Example


Text Example

White with #B28A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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