Html Css Color HEX #B5915D Barley Corn

📋 copy color: '#B5915D'

red 181 ◦ green 145 ◦ blue 93

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

Shades of Barley Corn #B5915D

Tints of Barley Corn #B5915D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.61%

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

R = 43.2%
G = 34.61%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5915D (or 0xB5915D) is known color: Barley Corn. HEX triplet: B5, 91 and 5D. RGB value is (181,145,93). Sum of RGB (Red+Green+Blue) = 181+145+93=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B5915D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5915D is #4A6EA2. Grayscale: #969696. Windows color (decimal): -4877987 or 6132149. OLE color: 6132149.

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

Color convert

RGB 181 145 93 -
CMYK 0 0.20 0.49 0.29
HSL 35.45º 0.37% 0.54% -
HSV(B) 35.45º 0.49% 0.71% -
XYZ 31.16 30.86 14.67 -
YUV 149.84 95.93 150.23 -
System Red Green Blue C M Y K H S L
Decimal 181 145 93 0 0.20 0.49 0.29 35.45 0.37 0.54
Hex B5 91 5D 0 14 31 1D 23 25 36
Octal 265 221 135 0 24 61 35 43 45 66
Binary 10110101 10010001 1011101 0 10100 110001 11101 100011 100101 110110

Color Harmonies of #B5915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5915D

Black with #B5915D

Text Example


Text Example

White with #B5915D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5915D; }

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

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

background-color css

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

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

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

border-color css

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

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

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