Html Css Color HEX #B58C5A Barley Corn

📋 copy color: '#B58C5A'

red 181 ◦ green 140 ◦ blue 90

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

Shades of Barley Corn #B58C5A

Tints of Barley Corn #B58C5A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.06%

 BLUE value IS 90 (35.55% from 255) = 21.9%

R = 44.04%
G = 34.06%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B58C5A (or 0xB58C5A) is known color: Barley Corn. HEX triplet: B5, 8C and 5A. RGB value is (181,140,90). Sum of RGB (Red+Green+Blue) = 181+140+90=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58C5A is #4A73A5. Grayscale: #929292. Windows color (decimal): -4879270 or 5934261. OLE color: 5934261.

HSL color Cylindrical-coordinate representation of color #B58C5A: hue angle of 32.97º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B58C5A is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 140 90 -
CMYK 0 0.23 0.50 0.29
HSL 32.97º 0.38% 0.53% -
HSV(B) 32.97º 0.5% 0.71% -
XYZ 30.28 29.32 13.74 -
YUV 146.56 96.08 152.57 -
System Red Green Blue C M Y K H S L
Decimal 181 140 90 0 0.23 0.50 0.29 32.97 0.38 0.53
Hex B5 8C 5A 0 17 32 1D 21 26 35
Octal 265 214 132 0 27 62 35 41 46 65
Binary 10110101 10001100 1011010 0 10111 110010 11101 100001 100110 110101

Color Harmonies of #B58C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58C5A

Black with #B58C5A

Text Example


Text Example

White with #B58C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58C5A; }

 p { color: rgb(181,140,90); }

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

background-color css

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

 a { background-color: rgb(181,140,90); }

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

border-color css

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

 span { border-color: rgb(181,140,90); }

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