Html Css Color HEX #B18D5F Barley Corn

📋 copy color: '#B18D5F'

red 177 ◦ green 141 ◦ blue 95

#B18D5F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barley Corn #B18D5F

Tints of Barley Corn #B18D5F

RGB

 RED value IS 177 (69.53% from 255) = 42.86%

 GREEN value IS 141 (55.47% from 255) = 34.14%

 BLUE value IS 95 (37.5% from 255) = 23%

R = 42.86%
G = 34.14%
B = 23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B18D5F (or 0xB18D5F) is known color: Barley Corn. HEX triplet: B1, 8D and 5F. RGB value is (177,141,95). Sum of RGB (Red+Green+Blue) = 177+141+95=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18D5F is #4E72A0. Grayscale: #929292. Windows color (decimal): -5141153 or 6262193. OLE color: 6262193.

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

Color convert

RGB 177 141 95 -
CMYK 0 0.20 0.46 0.31
HSL 33.66º 0.34% 0.53% -
HSV(B) 33.66º 0.46% 0.69% -
XYZ 29.72 29.22 14.9 -
YUV 146.52 98.93 149.74 -
System Red Green Blue C M Y K H S L
Decimal 177 141 95 0 0.20 0.46 0.31 33.66 0.34 0.53
Hex B1 8D 5F 0 14 2E 1F 22 22 35
Octal 261 215 137 0 24 56 37 42 42 65
Binary 10110001 10001101 1011111 0 10100 101110 11111 100010 100010 110101

Color Harmonies of #B18D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18D5F

Black with #B18D5F

Text Example


Text Example

White with #B18D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18D5F; }

 p { color: rgb(177,141,95); }

 H1.HeaderClassName
 {
   color: #B18D5F;
 }
 .AnyTagClassName
 {
   color: #B18D5F;
 }
</style>

background-color css

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

 a { background-color: rgb(177,141,95); }

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

border-color css

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

 span { border-color: rgb(177,141,95); }

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