Html Css Color HEX #B58D58 Barley Corn

📋 copy color: '#B58D58'

red 181 ◦ green 141 ◦ blue 88

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

Shades of Barley Corn #B58D58

Tints of Barley Corn #B58D58

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.39%

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

R = 44.15%
G = 34.39%
B = 21.46%

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

#B58D58 (or 0xB58D58) is known color: Barley Corn. HEX triplet: B5, 8D and 58. RGB value is (181,141,88). Sum of RGB (Red+Green+Blue) = 181+141+88=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 88 (34.77% from 255 or 21.46% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58D58 is #4A72A7. Grayscale: #939393. Windows color (decimal): -4879016 or 5803445. OLE color: 5803445.

HSL color Cylindrical-coordinate representation of color #B58D58: hue angle of 34.19º 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 #B58D58 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 141 88 -
CMYK 0 0.22 0.51 0.29
HSL 34.19º 0.39% 0.53% -
HSV(B) 34.19º 0.51% 0.71% -
XYZ 30.34 29.58 13.34 -
YUV 146.92 94.75 152.31 -
System Red Green Blue C M Y K H S L
Decimal 181 141 88 0 0.22 0.51 0.29 34.19 0.39 0.53
Hex B5 8D 58 0 16 33 1D 22 27 35
Octal 265 215 130 0 26 63 35 42 47 65
Binary 10110101 10001101 1011000 0 10110 110011 11101 100010 100111 110101

Color Harmonies of #B58D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58D58

Black with #B58D58

Text Example


Text Example

White with #B58D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58D58; }

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

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

background-color css

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

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

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

border-color css

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

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

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