Html Css Color HEX #B59E5D Barley Corn

📋 copy color: '#B59E5D'

red 181 ◦ green 158 ◦ blue 93

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

Shades of Barley Corn #B59E5D

Tints of Barley Corn #B59E5D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.57%

 BLUE value IS 93 (36.72% from 255) = 21.53%

R = 41.9%
G = 36.57%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B59E5D (or 0xB59E5D) is known color: Barley Corn. HEX triplet: B5, 9E and 5D. RGB value is (181,158,93). Sum of RGB (Red+Green+Blue) = 181+158+93=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B59E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59E5D is #4A61A2. Grayscale: #9D9D9D. Windows color (decimal): -4874659 or 6135477. OLE color: 6135477.

HSL color Cylindrical-coordinate representation of color #B59E5D: hue angle of 44.32º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B59E5D is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 158 93 -
CMYK 0 0.13 0.49 0.29
HSL 44.32º 0.37% 0.54% -
HSV(B) 44.32º 0.49% 0.71% -
XYZ 33.26 35.07 15.37 -
YUV 157.47 91.62 144.79 -
System Red Green Blue C M Y K H S L
Decimal 181 158 93 0 0.13 0.49 0.29 44.32 0.37 0.54
Hex B5 9E 5D 0 D 31 1D 2C 25 36
Octal 265 236 135 0 15 61 35 54 45 66
Binary 10110101 10011110 1011101 0 1101 110001 11101 101100 100101 110110

Color Harmonies of #B59E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59E5D

Black with #B59E5D

Text Example


Text Example

White with #B59E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59E5D; }

 p { color: rgb(181,158,93); }

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

background-color css

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

 a { background-color: rgb(181,158,93); }

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

border-color css

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

 span { border-color: rgb(181,158,93); }

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