Html Css Color HEX #B59F5D Barley Corn

📋 copy color: '#B59F5D'

red 181 ◦ green 159 ◦ blue 93

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

Shades of Barley Corn #B59F5D

Tints of Barley Corn #B59F5D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.72%

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

R = 41.8%
G = 36.72%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B59F5D (or 0xB59F5D) is known color: Barley Corn. HEX triplet: B5, 9F and 5D. RGB value is (181,159,93). Sum of RGB (Red+Green+Blue) = 181+159+93=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B59F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59F5D is #4A60A2. Grayscale: #9E9E9E. Windows color (decimal): -4874403 or 6135733. OLE color: 6135733.

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

Color convert

RGB 181 159 93 -
CMYK 0 0.12 0.49 0.29
HSL 45º 0.37% 0.54% -
HSV(B) 45º 0.49% 0.71% -
XYZ 33.43 35.41 15.43 -
YUV 158.05 91.29 144.37 -
System Red Green Blue C M Y K H S L
Decimal 181 159 93 0 0.12 0.49 0.29 45 0.37 0.54
Hex B5 9F 5D 0 C 31 1D 2D 25 36
Octal 265 237 135 0 14 61 35 55 45 66
Binary 10110101 10011111 1011101 0 1100 110001 11101 101101 100101 110110

Color Harmonies of #B59F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59F5D

Black with #B59F5D

Text Example


Text Example

White with #B59F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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