#B5945C

Color #B5945C Barley Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley Corn #B5945C

Tints of Barley Corn #B5945C

Color information

#B5945C (or 0xB5945C) is unknown color: approx Barley Corn. HEX triplet: B5, 94 and 5C. RGB value is (181,148,92). Sum of RGB (Red+Green+Blue) = 181+148+92=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B5945C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5945C is #4A6BA3. Grayscale: #979797. Windows color (decimal): -4877220 or 6067381. OLE color: 6067381.

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

Color convert

RGB18114892-
CMYK00.180.490.29
HSL37.75º37.55%53.53%-
HSV(B)37.75º49.17%70.98%-
XYZ31.5831.7814.59-
YUV151.4894.43149.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.99%
GREEN value IS 148 (58.20% from 255) = 35.15%
BLUE value IS 92 (36.33% from 255) = 21.85%
R=42.99%
G=35.15%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811489200.180.490.2937.7537.5553.53
HexB5945C012311D262636
Octal2652241340226135464666
Binary1011010110010100101110001001011000111101100110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5945C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5945C; }

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

 H1.HeaderClassName
 {
   color: #B5945C;
 }
 .AnyTagClassName
 {
   color: #B5945C;
 }
</style>
background-color css

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

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

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

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

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

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