Html Css Color HEX #B5945E Barley Corn

📋 copy color: '#B5945E'

red 181 ◦ green 148 ◦ blue 94

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

Shades of Barley Corn #B5945E

Tints of Barley Corn #B5945E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.99%

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

R = 42.79%
G = 34.99%
B = 22.22%

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

#B5945E (or 0xB5945E) is known color: Barley Corn. HEX triplet: B5, 94 and 5E. RGB value is (181,148,94). Sum of RGB (Red+Green+Blue) = 181+148+94=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B5945E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5945E is #4A6BA1. Grayscale: #979797. Windows color (decimal): -4877218 or 6198453. OLE color: 6198453.

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

Color convert

RGB 181 148 94 -
CMYK 0 0.18 0.48 0.29
HSL 37.24º 0.37% 0.54% -
HSV(B) 37.24º 0.48% 0.71% -
XYZ 31.67 31.81 15.06 -
YUV 151.71 95.43 148.89 -
System Red Green Blue C M Y K H S L
Decimal 181 148 94 0 0.18 0.48 0.29 37.24 0.37 0.54
Hex B5 94 5E 0 12 30 1D 25 25 36
Octal 265 224 136 0 22 60 35 45 45 66
Binary 10110101 10010100 1011110 0 10010 110000 11101 100101 100101 110110

Color Harmonies of #B5945E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5945E

Black with #B5945E

Text Example


Text Example

White with #B5945E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5945E; }

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

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

background-color css

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

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

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

border-color css

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

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

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