Html Css Color HEX #B59D5F Barley Corn

📋 copy color: '#B59D5F'

red 181 ◦ green 157 ◦ blue 95

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

Shades of Barley Corn #B59D5F

Tints of Barley Corn #B59D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.94%

R = 41.8%
G = 36.26%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B59D5F (or 0xB59D5F) is known color: Barley Corn. HEX triplet: B5, 9D and 5F. RGB value is (181,157,95). Sum of RGB (Red+Green+Blue) = 181+157+95=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B59D5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59D5F is #4A62A0. Grayscale: #9D9D9D. Windows color (decimal): -4874913 or 6266293. OLE color: 6266293.

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

Color convert

RGB 181 157 95 -
CMYK 0 0.13 0.48 0.29
HSL 43.26º 0.37% 0.54% -
HSV(B) 43.26º 0.48% 0.71% -
XYZ 33.18 34.76 15.79 -
YUV 157.11 92.95 145.04 -
System Red Green Blue C M Y K H S L
Decimal 181 157 95 0 0.13 0.48 0.29 43.26 0.37 0.54
Hex B5 9D 5F 0 D 30 1D 2B 25 36
Octal 265 235 137 0 15 60 35 53 45 66
Binary 10110101 10011101 1011111 0 1101 110000 11101 101011 100101 110110

Color Harmonies of #B59D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59D5F

Black with #B59D5F

Text Example


Text Example

White with #B59D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59D5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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