Html Css Color HEX #B59056 Barley Corn

📋 copy color: '#B59056'

red 181 ◦ green 144 ◦ blue 86

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

Shades of Barley Corn #B59056

Tints of Barley Corn #B59056

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.04%

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

R = 44.04%
G = 35.04%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B59056 (or 0xB59056) is known color: Barley Corn. HEX triplet: B5, 90 and 56. RGB value is (181,144,86). Sum of RGB (Red+Green+Blue) = 181+144+86=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B59056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59056 is #4A6FA9. Grayscale: #949494. Windows color (decimal): -4878250 or 5673141. OLE color: 5673141.

HSL color Cylindrical-coordinate representation of color #B59056: hue angle of 36.63º 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 #B59056 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 144 86 -
CMYK 0 0.20 0.52 0.29
HSL 36.63º 0.39% 0.52% -
HSV(B) 36.63º 0.52% 0.71% -
XYZ 30.71 30.44 13.06 -
YUV 148.45 92.76 151.22 -
System Red Green Blue C M Y K H S L
Decimal 181 144 86 0 0.20 0.52 0.29 36.63 0.39 0.52
Hex B5 90 56 0 14 34 1D 25 27 34
Octal 265 220 126 0 24 64 35 45 47 64
Binary 10110101 10010000 1010110 0 10100 110100 11101 100101 100111 110100

Color Harmonies of #B59056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59056

Black with #B59056

Text Example


Text Example

White with #B59056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59056; }

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

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

background-color css

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

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

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

border-color css

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

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

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