#B38F67

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

Shades of Barley Corn #B38F67

Tints of Barley Corn #B38F67

Color information

#B38F67 (or 0xB38F67) is unknown color: approx Barley Corn. HEX triplet: B3, 8F and 67. RGB value is (179,143,103). Sum of RGB (Red+Green+Blue) = 179+143+103=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 103 (40.62% from 255 or 24.24% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38F67 is #4C7098. Grayscale: #959595. Windows color (decimal): -5009561 or 6786995. OLE color: 6786995.

HSL color Cylindrical-coordinate representation of color #B38F67: hue angle of 31.58º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B38F67 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB179143103-
CMYK00.200.420.30
HSL31.58º33.33%55.29%-
HSV(B)31.58º42.46%70.2%-
XYZ30.8630.2117.04-
YUV149.2101.93149.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.12%
GREEN value IS 143 (56.25% from 255) = 33.65%
BLUE value IS 103 (40.62% from 255) = 24.24%
R=42.12%
G=33.65%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914310300.200.420.3031.5833.3355.29
HexB38F670142A1E202137
Octal2632171470245236404167
Binary1011001110001111110011101010010101011110100000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38F67; }

 p { color: rgb(179,143,103); }

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

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

 a { background-color: rgb(179,143,103); }

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

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

 span { border-color: rgb(179,143,103); }

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