Html Css Color HEX #B59155 Barley Corn

📋 copy color: '#B59155'

red 181 ◦ green 145 ◦ blue 85

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

Shades of Barley Corn #B59155

Tints of Barley Corn #B59155

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.28%

 BLUE value IS 85 (33.59% from 255) = 20.68%

R = 44.04%
G = 35.28%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B59155 (or 0xB59155) is known color: Barley Corn. HEX triplet: B5, 91 and 55. RGB value is (181,145,85). Sum of RGB (Red+Green+Blue) = 181+145+85=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B59155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59155 is #4A6EAA. Grayscale: #959595. Windows color (decimal): -4877995 or 5607861. OLE color: 5607861.

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

Color convert

RGB 181 145 85 -
CMYK 0 0.20 0.53 0.29
HSL 37.5º 0.39% 0.52% -
HSV(B) 37.5º 0.53% 0.71% -
XYZ 30.82 30.73 12.9 -
YUV 148.92 91.93 150.88 -
System Red Green Blue C M Y K H S L
Decimal 181 145 85 0 0.20 0.53 0.29 37.5 0.39 0.52
Hex B5 91 55 0 14 35 1D 26 27 34
Octal 265 221 125 0 24 65 35 46 47 64
Binary 10110101 10010001 1010101 0 10100 110101 11101 100110 100111 110100

Color Harmonies of #B59155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59155

Black with #B59155

Text Example


Text Example

White with #B59155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59155; }

 p { color: rgb(181,145,85); }

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

background-color css

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

 a { background-color: rgb(181,145,85); }

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

border-color css

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

 span { border-color: rgb(181,145,85); }

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