Html Css Color HEX #B5935E Barley Corn

📋 copy color: '#B5935E'

red 181 ◦ green 147 ◦ blue 94

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

Shades of Barley Corn #B5935E

Tints of Barley Corn #B5935E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.83%

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

R = 42.89%
G = 34.83%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B5935E (or 0xB5935E) is known color: Barley Corn. HEX triplet: B5, 93 and 5E. RGB value is (181,147,94). Sum of RGB (Red+Green+Blue) = 181+147+94=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B5935E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5935E is #4A6CA1. Grayscale: #979797. Windows color (decimal): -4877474 or 6198197. OLE color: 6198197.

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

Color convert

RGB 181 147 94 -
CMYK 0 0.19 0.48 0.29
HSL 36.55º 0.37% 0.54% -
HSV(B) 36.55º 0.48% 0.71% -
XYZ 31.51 31.5 15.01 -
YUV 151.12 95.76 149.31 -
System Red Green Blue C M Y K H S L
Decimal 181 147 94 0 0.19 0.48 0.29 36.55 0.37 0.54
Hex B5 93 5E 0 13 30 1D 25 25 36
Octal 265 223 136 0 23 60 35 45 45 66
Binary 10110101 10010011 1011110 0 10011 110000 11101 100101 100101 110110

Color Harmonies of #B5935E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5935E

Black with #B5935E

Text Example


Text Example

White with #B5935E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5935E; }

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

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

background-color css

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

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

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

border-color css

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

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

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