Html Css Color HEX #B5955E Barley Corn

📋 copy color: '#B5955E'

red 181 ◦ green 149 ◦ blue 94

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

Shades of Barley Corn #B5955E

Tints of Barley Corn #B5955E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.14%

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

R = 42.69%
G = 35.14%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B5955E (or 0xB5955E) is known color: Barley Corn. HEX triplet: B5, 95 and 5E. RGB value is (181,149,94). Sum of RGB (Red+Green+Blue) = 181+149+94=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B5955E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5955E is #4A6AA1. Grayscale: #989898. Windows color (decimal): -4876962 or 6198709. OLE color: 6198709.

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

Color convert

RGB 181 149 94 -
CMYK 0 0.18 0.48 0.29
HSL 37.93º 0.37% 0.54% -
HSV(B) 37.93º 0.48% 0.71% -
XYZ 31.82 32.13 15.11 -
YUV 152.3 95.1 148.47 -
System Red Green Blue C M Y K H S L
Decimal 181 149 94 0 0.18 0.48 0.29 37.93 0.37 0.54
Hex B5 95 5E 0 12 30 1D 26 25 36
Octal 265 225 136 0 22 60 35 46 45 66
Binary 10110101 10010101 1011110 0 10010 110000 11101 100110 100101 110110

Color Harmonies of #B5955E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5955E

Black with #B5955E

Text Example


Text Example

White with #B5955E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5955E; }

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

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

background-color css

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

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

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

border-color css

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

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

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