Html Css Color HEX #B59361 Barley Corn

📋 copy color: '#B59361'

red 181 ◦ green 147 ◦ blue 97

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

Shades of Barley Corn #B59361

Tints of Barley Corn #B59361

RGB

 RED value IS 181 (71.09% from 255) = 42.59%

 GREEN value IS 147 (57.81% from 255) = 34.59%

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

R = 42.59%
G = 34.59%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B59361 (or 0xB59361) is known color: Barley Corn. HEX triplet: B5, 93 and 61. RGB value is (181,147,97). Sum of RGB (Red+Green+Blue) = 181+147+97=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B59361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59361 is #4A6C9E. Grayscale: #979797. Windows color (decimal): -4877471 or 6394805. OLE color: 6394805.

HSL color Cylindrical-coordinate representation of color #B59361: hue angle of 35.71º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B59361 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 147 97 -
CMYK 0 0.19 0.46 0.29
HSL 35.71º 0.36% 0.55% -
HSV(B) 35.71º 0.46% 0.71% -
XYZ 31.65 31.55 15.73 -
YUV 151.47 97.26 149.07 -
System Red Green Blue C M Y K H S L
Decimal 181 147 97 0 0.19 0.46 0.29 35.71 0.36 0.55
Hex B5 93 61 0 13 2E 1D 24 24 37
Octal 265 223 141 0 23 56 35 44 44 67
Binary 10110101 10010011 1100001 0 10011 101110 11101 100100 100100 110111

Color Harmonies of #B59361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59361

Black with #B59361

Text Example


Text Example

White with #B59361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59361; }

 p { color: rgb(181,147,97); }

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

background-color css

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

 a { background-color: rgb(181,147,97); }

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

border-color css

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

 span { border-color: rgb(181,147,97); }

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