#B0925D

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

Shades of Barley Corn #B0925D

Tints of Barley Corn #B0925D

Color information

#B0925D (or 0xB0925D) is unknown color: approx Barley Corn. HEX triplet: B0, 92 and 5D. RGB value is (176,146,93). Sum of RGB (Red+Green+Blue) = 176+146+93=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B0925D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0925D is #4F6DA2. Grayscale: #959595. Windows color (decimal): -5205411 or 6132400. OLE color: 6132400.

HSL color Cylindrical-coordinate representation of color #B0925D: hue angle of 38.31º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0925D is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB17614693-
CMYK00.170.470.31
HSL38.31º34.44%52.75%-
HSV(B)38.31º47.16%69.02%-
XYZ30.1630.5814.67-
YUV148.9396.44147.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.41%
GREEN value IS 146 (57.42% from 255) = 35.18%
BLUE value IS 93 (36.72% from 255) = 22.41%
R=42.41%
G=35.18%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761469300.170.470.3138.3134.4452.75
HexB0925D0112F1F262235
Octal2602221350215737464265
Binary1011000010010010101110101000110111111111100110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0925D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0925D; }

 p { color: rgb(176,146,93); }

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

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

 a { background-color: rgb(176,146,93); }

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

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

 span { border-color: rgb(176,146,93); }

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