#B5925B

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

Shades of Barley Corn #B5925B

Tints of Barley Corn #B5925B

Color information

#B5925B (or 0xB5925B) is unknown color: approx Barley Corn. HEX triplet: B5, 92 and 5B. RGB value is (181,146,91). Sum of RGB (Red+Green+Blue) = 181+146+91=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B5925B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5925B is #4A6DA4. Grayscale: #969696. Windows color (decimal): -4877733 or 6001333. OLE color: 6001333.

HSL color Cylindrical-coordinate representation of color #B5925B: hue angle of 36.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5925B is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB18114691-
CMYK00.190.500.29
HSL36.67º37.82%53.33%-
HSV(B)36.67º49.72%70.98%-
XYZ31.2231.1414.26-
YUV150.294.6149.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.30%
GREEN value IS 146 (57.42% from 255) = 34.93%
BLUE value IS 91 (35.94% from 255) = 21.77%
R=43.30%
G=34.93%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811469100.190.500.2936.6737.8253.33
HexB5925B013321D252635
Octal2652221330236235454665
Binary1011010110010010101101101001111001011101100101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5925B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5925B; }

 p { color: rgb(181,146,91); }

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

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

 a { background-color: rgb(181,146,91); }

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

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

 span { border-color: rgb(181,146,91); }

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