#b5925f

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

Shades of Barley Corn #B5925F

Tints of Barley Corn #B5925F

Color information

#B5925F (or 0xB5925F) is unknown color: approx Barley Corn. HEX triplet: B5, 92 and 5F. RGB value is (181,146,95). Sum of RGB (Red+Green+Blue) = 181+146+95=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B5925F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5925F is #4A6DA0. Grayscale: #969696. Windows color (decimal): -4877729 or 6263477. OLE color: 6263477.

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

Color convert

RGB18114695-
CMYK00.190.480.29
HSL35.58º36.75%54.12%-
HSV(B)35.58º47.51%70.98%-
XYZ31.431.2115.2-
YUV150.6596.6149.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.89%
GREEN value IS 146 (57.42% from 255) = 34.60%
BLUE value IS 95 (37.5% from 255) = 22.51%
R=42.89%
G=34.60%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811469500.190.480.2935.5836.7554.12
HexB5925F013301D242536
Octal2652221370236035444566
Binary1011010110010010101111101001111000011101100100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5925f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5925f; }

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

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

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

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

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

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

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

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