Html Css Color HEX #B58861 Barley Corn

📋 copy color: '#B58861'

red 181 ◦ green 136 ◦ blue 97

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

Shades of Barley Corn #B58861

Tints of Barley Corn #B58861

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.85%

 BLUE value IS 97 (38.28% from 255) = 23.43%

R = 43.72%
G = 32.85%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B58861 (or 0xB58861) is known color: Barley Corn. HEX triplet: B5, 88 and 61. RGB value is (181,136,97). Sum of RGB (Red+Green+Blue) = 181+136+97=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 97 (38.28% from 255 or 23.43% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B58861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58861 is #4A779E. Grayscale: #919191. Windows color (decimal): -4880287 or 6391989. OLE color: 6391989.

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

Color convert

RGB 181 136 97 -
CMYK 0 0.25 0.46 0.29
HSL 27.86º 0.36% 0.55% -
HSV(B) 27.86º 0.46% 0.71% -
XYZ 30.02 28.3 15.19 -
YUV 145.01 100.91 153.67 -
System Red Green Blue C M Y K H S L
Decimal 181 136 97 0 0.25 0.46 0.29 27.86 0.36 0.55
Hex B5 88 61 0 19 2E 1D 1C 24 37
Octal 265 210 141 0 31 56 35 34 44 67
Binary 10110101 10001000 1100001 0 11001 101110 11101 11100 100100 110111

Color Harmonies of #B58861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58861

Black with #B58861

Text Example


Text Example

White with #B58861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58861; }

 p { color: rgb(181,136,97); }

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

background-color css

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

 a { background-color: rgb(181,136,97); }

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

border-color css

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

 span { border-color: rgb(181,136,97); }

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