Html Css Color HEX #B28D61 Barley Corn

📋 copy color: '#B28D61'

red 178 ◦ green 141 ◦ blue 97

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

Shades of Barley Corn #B28D61

Tints of Barley Corn #B28D61

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.89%

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

R = 42.79%
G = 33.89%
B = 23.32%

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

#B28D61 (or 0xB28D61) is known color: Barley Corn. HEX triplet: B2, 8D and 61. RGB value is (178,141,97). Sum of RGB (Red+Green+Blue) = 178+141+97=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28D61 is #4D729E. Grayscale: #939393. Windows color (decimal): -5075615 or 6393266. OLE color: 6393266.

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

Color convert

RGB 178 141 97 -
CMYK 0 0.21 0.46 0.30
HSL 32.59º 0.34% 0.54% -
HSV(B) 32.59º 0.46% 0.7% -
XYZ 30.04 29.38 15.4 -
YUV 147.05 99.76 150.08 -
System Red Green Blue C M Y K H S L
Decimal 178 141 97 0 0.21 0.46 0.30 32.59 0.34 0.54
Hex B2 8D 61 0 15 2E 1E 21 22 36
Octal 262 215 141 0 25 56 36 41 42 66
Binary 10110010 10001101 1100001 0 10101 101110 11110 100001 100010 110110

Color Harmonies of #B28D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28D61

Black with #B28D61

Text Example


Text Example

White with #B28D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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