Html Css Color HEX #B59A5E Barley Corn

📋 copy color: '#B59A5E'

red 181 ◦ green 154 ◦ blue 94

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

Shades of Barley Corn #B59A5E

Tints of Barley Corn #B59A5E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.9%

 BLUE value IS 94 (37.11% from 255) = 21.91%

R = 42.19%
G = 35.9%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B59A5E (or 0xB59A5E) is known color: Barley Corn. HEX triplet: B5, 9A and 5E. RGB value is (181,154,94). Sum of RGB (Red+Green+Blue) = 181+154+94=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59A5E is #4A65A1. Grayscale: #9B9B9B. Windows color (decimal): -4875682 or 6199989. OLE color: 6199989.

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

Color convert

RGB 181 154 94 -
CMYK 0 0.15 0.48 0.29
HSL 41.38º 0.37% 0.54% -
HSV(B) 41.38º 0.48% 0.71% -
XYZ 32.63 33.74 15.38 -
YUV 155.23 93.45 146.38 -
System Red Green Blue C M Y K H S L
Decimal 181 154 94 0 0.15 0.48 0.29 41.38 0.37 0.54
Hex B5 9A 5E 0 F 30 1D 29 25 36
Octal 265 232 136 0 17 60 35 51 45 66
Binary 10110101 10011010 1011110 0 1111 110000 11101 101001 100101 110110

Color Harmonies of #B59A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59A5E

Black with #B59A5E

Text Example


Text Example

White with #B59A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59A5E; }

 p { color: rgb(181,154,94); }

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

background-color css

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

 a { background-color: rgb(181,154,94); }

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

border-color css

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

 span { border-color: rgb(181,154,94); }

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