#B1925A

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

Shades of Barley Corn #B1925A

Tints of Barley Corn #B1925A

Color information

#B1925A (or 0xB1925A) is unknown color: approx Barley Corn. HEX triplet: B1, 92 and 5A. RGB value is (177,146,90). Sum of RGB (Red+Green+Blue) = 177+146+90=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B1925A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1925A is #4E6DA5. Grayscale: #959595. Windows color (decimal): -5139878 or 5935793. OLE color: 5935793.

HSL color Cylindrical-coordinate representation of color #B1925A: hue angle of 38.62º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B1925A is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17714690-
CMYK00.180.490.31
HSL38.62º35.8%52.35%-
HSV(B)38.62º49.15%69.41%-
XYZ30.2630.6413.99-
YUV148.8894.77148.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.86%
GREEN value IS 146 (57.42% from 255) = 35.35%
BLUE value IS 90 (35.55% from 255) = 21.79%
R=42.86%
G=35.35%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771469000.180.490.3138.6235.852.35
HexB1925A012311F272434
Octal2612221320226137474464
Binary1011000110010010101101001001011000111111100111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1925A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1925A; }

 p { color: rgb(177,146,90); }

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

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

 a { background-color: rgb(177,146,90); }

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

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

 span { border-color: rgb(177,146,90); }

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