Html Css Color HEX #B59260 Barley Corn

📋 copy color: '#B59260'

red 181 ◦ green 146 ◦ blue 96

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

Shades of Barley Corn #B59260

Tints of Barley Corn #B59260

RGB

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

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

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

R = 42.79%
G = 34.52%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B59260 (or 0xB59260) is known color: Barley Corn. HEX triplet: B5, 92 and 60. RGB value is (181,146,96). Sum of RGB (Red+Green+Blue) = 181+146+96=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B59260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59260 is #4A6D9F. Grayscale: #979797. Windows color (decimal): -4877728 or 6329013. OLE color: 6329013.

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

Color convert

RGB 181 146 96 -
CMYK 0 0.19 0.47 0.29
HSL 35.29º 0.36% 0.54% -
HSV(B) 35.29º 0.47% 0.71% -
XYZ 31.45 31.23 15.44 -
YUV 150.77 97.1 149.57 -
System Red Green Blue C M Y K H S L
Decimal 181 146 96 0 0.19 0.47 0.29 35.29 0.36 0.54
Hex B5 92 60 0 13 2F 1D 23 24 36
Octal 265 222 140 0 23 57 35 43 44 66
Binary 10110101 10010010 1100000 0 10011 101111 11101 100011 100100 110110

Color Harmonies of #B59260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59260

Black with #B59260

Text Example


Text Example

White with #B59260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59260; }

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

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

background-color css

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

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

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

border-color css

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

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

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