#B0945C

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

Shades of Barley Corn #B0945C

Tints of Barley Corn #B0945C

Color information

#B0945C (or 0xB0945C) is unknown color: approx Barley Corn. HEX triplet: B0, 94 and 5C. RGB value is (176,148,92). Sum of RGB (Red+Green+Blue) = 176+148+92=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B0945C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0945C is #4F6BA3. Grayscale: #969696. Windows color (decimal): -5204900 or 6067376. OLE color: 6067376.

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

Color convert

RGB17614892-
CMYK00.160.480.31
HSL40º34.71%52.55%-
HSV(B)40º47.73%69.02%-
XYZ30.4331.1814.54-
YUV149.9995.28146.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.31%
GREEN value IS 148 (58.20% from 255) = 35.58%
BLUE value IS 92 (36.33% from 255) = 22.12%
R=42.31%
G=35.58%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761489200.160.480.314034.7152.55
HexB0945C010301F282335
Octal2602241340206037504365
Binary1011000010010100101110001000011000011111101000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0945C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0945C; }

 p { color: rgb(176,148,92); }

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

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

 a { background-color: rgb(176,148,92); }

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

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

 span { border-color: rgb(176,148,92); }

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