Html Css Color HEX #B59D5D Barley Corn

📋 copy color: '#B59D5D'

red 181 ◦ green 157 ◦ blue 93

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

Shades of Barley Corn #B59D5D

Tints of Barley Corn #B59D5D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.43%

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

R = 42%
G = 36.43%
B = 21.58%

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

#B59D5D (or 0xB59D5D) is known color: Barley Corn. HEX triplet: B5, 9D and 5D. RGB value is (181,157,93). Sum of RGB (Red+Green+Blue) = 181+157+93=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B59D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59D5D is #4A62A2. Grayscale: #9D9D9D. Windows color (decimal): -4874915 or 6135221. OLE color: 6135221.

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

Color convert

RGB 181 157 93 -
CMYK 0 0.13 0.49 0.29
HSL 43.64º 0.37% 0.54% -
HSV(B) 43.64º 0.49% 0.71% -
XYZ 33.09 34.73 15.32 -
YUV 156.88 91.95 145.2 -
System Red Green Blue C M Y K H S L
Decimal 181 157 93 0 0.13 0.49 0.29 43.64 0.37 0.54
Hex B5 9D 5D 0 D 31 1D 2C 25 36
Octal 265 235 135 0 15 61 35 54 45 66
Binary 10110101 10011101 1011101 0 1101 110001 11101 101100 100101 110110

Color Harmonies of #B59D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59D5D

Black with #B59D5D

Text Example


Text Example

White with #B59D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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