Html Css Color HEX #B59256 Barley Corn

📋 copy color: '#B59256'

red 181 ◦ green 146 ◦ blue 86

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

Shades of Barley Corn #B59256

Tints of Barley Corn #B59256

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.35%

 BLUE value IS 86 (33.98% from 255) = 20.82%

R = 43.83%
G = 35.35%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B59256 (or 0xB59256) is known color: Barley Corn. HEX triplet: B5, 92 and 56. RGB value is (181,146,86). Sum of RGB (Red+Green+Blue) = 181+146+86=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B59256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59256 is #4A6DA9. Grayscale: #959595. Windows color (decimal): -4877738 or 5673653. OLE color: 5673653.

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

Color convert

RGB 181 146 86 -
CMYK 0 0.19 0.52 0.29
HSL 37.89º 0.39% 0.52% -
HSV(B) 37.89º 0.52% 0.71% -
XYZ 31.01 31.05 13.16 -
YUV 149.63 92.1 150.38 -
System Red Green Blue C M Y K H S L
Decimal 181 146 86 0 0.19 0.52 0.29 37.89 0.39 0.52
Hex B5 92 56 0 13 34 1D 26 27 34
Octal 265 222 126 0 23 64 35 46 47 64
Binary 10110101 10010010 1010110 0 10011 110100 11101 100110 100111 110100

Color Harmonies of #B59256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59256

Black with #B59256

Text Example


Text Example

White with #B59256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59256; }

 p { color: rgb(181,146,86); }

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

background-color css

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

 a { background-color: rgb(181,146,86); }

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

border-color css

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

 span { border-color: rgb(181,146,86); }

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