Html Css Color HEX #B58E58 Barley Corn

📋 copy color: '#B58E58'

red 181 ◦ green 142 ◦ blue 88

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

Shades of Barley Corn #B58E58

Tints of Barley Corn #B58E58

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.55%

 BLUE value IS 88 (34.77% from 255) = 21.41%

R = 44.04%
G = 34.55%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B58E58 (or 0xB58E58) is known color: Barley Corn. HEX triplet: B5, 8E and 58. RGB value is (181,142,88). Sum of RGB (Red+Green+Blue) = 181+142+88=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 88 (34.77% from 255 or 21.41% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58E58 is #4A71A7. Grayscale: #939393. Windows color (decimal): -4878760 or 5803701. OLE color: 5803701.

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

Color convert

RGB 181 142 88 -
CMYK 0 0.22 0.51 0.29
HSL 34.84º 0.39% 0.53% -
HSV(B) 34.84º 0.51% 0.71% -
XYZ 30.49 29.87 13.39 -
YUV 147.51 94.42 151.89 -
System Red Green Blue C M Y K H S L
Decimal 181 142 88 0 0.22 0.51 0.29 34.84 0.39 0.53
Hex B5 8E 58 0 16 33 1D 23 27 35
Octal 265 216 130 0 26 63 35 43 47 65
Binary 10110101 10001110 1011000 0 10110 110011 11101 100011 100111 110101

Color Harmonies of #B58E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58E58

Black with #B58E58

Text Example


Text Example

White with #B58E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58E58; }

 p { color: rgb(181,142,88); }

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

background-color css

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

 a { background-color: rgb(181,142,88); }

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

border-color css

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

 span { border-color: rgb(181,142,88); }

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