#B8975F

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

Shades of Barley Corn #B8975F

Tints of Barley Corn #B8975F

Color information

#B8975F (or 0xB8975F) is unknown color: approx Barley Corn. HEX triplet: B8, 97 and 5F. RGB value is (184,151,95). Sum of RGB (Red+Green+Blue) = 184+151+95=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B8975F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8975F is #4768A0. Grayscale: #9A9A9A. Windows color (decimal): -4679841 or 6264760. OLE color: 6264760.

HSL color Cylindrical-coordinate representation of color #B8975F: hue angle of 37.75º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8975F is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB18415195-
CMYK00.180.480.28
HSL37.75º38.53%54.71%-
HSV(B)37.75º48.37%72.16%-
XYZ32.933.1515.49-
YUV154.4894.43149.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.79%
GREEN value IS 151 (59.38% from 255) = 35.12%
BLUE value IS 95 (37.5% from 255) = 22.09%
R=42.79%
G=35.12%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841519500.180.480.2837.7538.5354.71
HexB8975F012301C262737
Octal2702271370226034464767
Binary1011100010010111101111101001011000011100100110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8975F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8975F; }

 p { color: rgb(184,151,95); }

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

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

 a { background-color: rgb(184,151,95); }

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

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

 span { border-color: rgb(184,151,95); }

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