#B3925D

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

Shades of Barley Corn #B3925D

Tints of Barley Corn #B3925D

Color information

#B3925D (or 0xB3925D) is unknown color: approx Barley Corn. HEX triplet: B3, 92 and 5D. RGB value is (179,146,93). Sum of RGB (Red+Green+Blue) = 179+146+93=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 179 - color contains mainly: red. Hex color #B3925D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3925D is #4C6DA2. Grayscale: #969696. Windows color (decimal): -5008803 or 6132403. OLE color: 6132403.

HSL color Cylindrical-coordinate representation of color #B3925D: hue angle of 36.98º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B3925D is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB17914693-
CMYK00.180.480.30
HSL36.98º36.13%53.33%-
HSV(B)36.98º48.04%70.2%-
XYZ30.8530.9314.7-
YUV149.8395.93148.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.82%
GREEN value IS 146 (57.42% from 255) = 34.93%
BLUE value IS 93 (36.72% from 255) = 22.25%
R=42.82%
G=34.93%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791469300.180.480.3036.9836.1353.33
HexB3925D012301E252435
Octal2632221350226036454465
Binary1011001110010010101110101001011000011110100101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3925D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3925D; }

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

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

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

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

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

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

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

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