Html Css Color HEX #B58E52 Barley Corn

📋 copy color: '#B58E52'

red 181 ◦ green 142 ◦ blue 82

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

Shades of Barley Corn #B58E52

Tints of Barley Corn #B58E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.25%

R = 44.69%
G = 35.06%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B58E52 (or 0xB58E52) is known color: Barley Corn. HEX triplet: B5, 8E and 52. RGB value is (181,142,82). Sum of RGB (Red+Green+Blue) = 181+142+82=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58E52 is #4A71AD. Grayscale: #939393. Windows color (decimal): -4878766 or 5410485. OLE color: 5410485.

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

Color convert

RGB 181 142 82 -
CMYK 0 0.22 0.55 0.29
HSL 36.36º 0.4% 0.52% -
HSV(B) 36.36º 0.55% 0.71% -
XYZ 30.25 29.78 12.14 -
YUV 146.82 91.42 152.38 -
System Red Green Blue C M Y K H S L
Decimal 181 142 82 0 0.22 0.55 0.29 36.36 0.4 0.52
Hex B5 8E 52 0 16 37 1D 24 28 34
Octal 265 216 122 0 26 67 35 44 50 64
Binary 10110101 10001110 1010010 0 10110 110111 11101 100100 101000 110100

Color Harmonies of #B58E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58E52

Black with #B58E52

Text Example


Text Example

White with #B58E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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