Html Css Color HEX #B59860 Barley Corn

📋 copy color: '#B59860'

red 181 ◦ green 152 ◦ blue 96

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

Shades of Barley Corn #B59860

Tints of Barley Corn #B59860

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.43%

 BLUE value IS 96 (37.89% from 255) = 22.38%

R = 42.19%
G = 35.43%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B59860 (or 0xB59860) is known color: Barley Corn. HEX triplet: B5, 98 and 60. RGB value is (181,152,96). Sum of RGB (Red+Green+Blue) = 181+152+96=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B59860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59860 is #4A679F. Grayscale: #9A9A9A. Windows color (decimal): -4876192 or 6330549. OLE color: 6330549.

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

Color convert

RGB 181 152 96 -
CMYK 0 0.16 0.47 0.29
HSL 39.53º 0.36% 0.54% -
HSV(B) 39.53º 0.47% 0.71% -
XYZ 32.4 33.12 15.75 -
YUV 154.29 95.11 147.05 -
System Red Green Blue C M Y K H S L
Decimal 181 152 96 0 0.16 0.47 0.29 39.53 0.36 0.54
Hex B5 98 60 0 10 2F 1D 28 24 36
Octal 265 230 140 0 20 57 35 50 44 66
Binary 10110101 10011000 1100000 0 10000 101111 11101 101000 100100 110110

Color Harmonies of #B59860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59860

Black with #B59860

Text Example


Text Example

White with #B59860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59860; }

 p { color: rgb(181,152,96); }

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

background-color css

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

 a { background-color: rgb(181,152,96); }

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

border-color css

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

 span { border-color: rgb(181,152,96); }

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