Html Css Color HEX #B58E68 Barley Corn

📋 copy color: '#B58E68'

red 181 ◦ green 142 ◦ blue 104

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

Shades of Barley Corn #B58E68

Tints of Barley Corn #B58E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.36%

R = 42.39%
G = 33.26%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B58E68 (or 0xB58E68) is known color: Barley Corn. HEX triplet: B5, 8E and 68. RGB value is (181,142,104). Sum of RGB (Red+Green+Blue) = 181+142+104=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58E68 is #4A7197. Grayscale: #959595. Windows color (decimal): -4878744 or 6852277. OLE color: 6852277.

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

Color convert

RGB 181 142 104 -
CMYK 0 0.22 0.43 0.29
HSL 29.61º 0.34% 0.56% -
HSV(B) 29.61º 0.43% 0.71% -
XYZ 31.23 30.17 17.27 -
YUV 149.33 102.42 150.59 -
System Red Green Blue C M Y K H S L
Decimal 181 142 104 0 0.22 0.43 0.29 29.61 0.34 0.56
Hex B5 8E 68 0 16 2B 1D 1E 22 38
Octal 265 216 150 0 26 53 35 36 42 70
Binary 10110101 10001110 1101000 0 10110 101011 11101 11110 100010 111000

Color Harmonies of #B58E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58E68

Black with #B58E68

Text Example


Text Example

White with #B58E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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