#B38D58

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

Shades of Barley Corn #B38D58

Tints of Barley Corn #B38D58

Color information

#B38D58 (or 0xB38D58) is unknown color: approx Barley Corn. HEX triplet: B3, 8D and 58. RGB value is (179,141,88). Sum of RGB (Red+Green+Blue) = 179+141+88=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 88 (34.77% from 255 or 21.57% from 408); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38D58 is #4C72A7. Grayscale: #929292. Windows color (decimal): -5010088 or 5803443. OLE color: 5803443.

HSL color Cylindrical-coordinate representation of color #B38D58: hue angle of 34.95º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B38D58 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB17914188-
CMYK00.210.510.30
HSL34.95º37.45%52.35%-
HSV(B)34.95º50.84%70.2%-
XYZ29.8829.3413.32-
YUV146.3295.09151.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.87%
GREEN value IS 141 (55.47% from 255) = 34.56%
BLUE value IS 88 (34.77% from 255) = 21.57%
R=43.87%
G=34.56%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791418800.210.510.3034.9537.4552.35
HexB38D58015331E232534
Octal2632151300256336434564
Binary1011001110001101101100001010111001111110100011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38D58; }

 p { color: rgb(179,141,88); }

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

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

 a { background-color: rgb(179,141,88); }

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

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

 span { border-color: rgb(179,141,88); }

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