#B38F63

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

Shades of Barley Corn #B38F63

Tints of Barley Corn #B38F63

Color information

#B38F63 (or 0xB38F63) is unknown color: approx Barley Corn. HEX triplet: B3, 8F and 63. RGB value is (179,143,99). Sum of RGB (Red+Green+Blue) = 179+143+99=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38F63 is #4C709C. Grayscale: #949494. Windows color (decimal): -5009565 or 6524851. OLE color: 6524851.

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

Color convert

RGB17914399-
CMYK00.200.450.30
HSL33º34.48%54.51%-
HSV(B)33º44.69%70.2%-
XYZ30.6730.1316-
YUV148.7599.93149.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.52%
GREEN value IS 143 (56.25% from 255) = 33.97%
BLUE value IS 99 (39.06% from 255) = 23.52%
R=42.52%
G=33.97%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791439900.200.450.303334.4854.51
HexB38F630142D1E212237
Octal2632171430245536414267
Binary1011001110001111110001101010010110111110100001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38F63; }

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

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

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

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

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

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

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

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