Html Css Color HEX #B18E64 Barley Corn

📋 copy color: '#B18E64'

red 177 ◦ green 142 ◦ blue 100

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

Shades of Barley Corn #B18E64

Tints of Barley Corn #B18E64

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.89%

 BLUE value IS 100 (39.45% from 255) = 23.87%

R = 42.24%
G = 33.89%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B18E64 (or 0xB18E64) is known color: Barley Corn. HEX triplet: B1, 8E and 64. RGB value is (177,142,100). Sum of RGB (Red+Green+Blue) = 177+142+100=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B18E64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18E64 is #4E719B. Grayscale: #939393. Windows color (decimal): -5140892 or 6590129. OLE color: 6590129.

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

Color convert

RGB 177 142 100 -
CMYK 0 0.20 0.44 0.31
HSL 32.73º 0.33% 0.54% -
HSV(B) 32.73º 0.44% 0.69% -
XYZ 30.1 29.61 16.19 -
YUV 147.68 101.1 148.92 -
System Red Green Blue C M Y K H S L
Decimal 177 142 100 0 0.20 0.44 0.31 32.73 0.33 0.54
Hex B1 8E 64 0 14 2C 1F 21 21 36
Octal 261 216 144 0 24 54 37 41 41 66
Binary 10110001 10001110 1100100 0 10100 101100 11111 100001 100001 110110

Color Harmonies of #B18E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18E64

Black with #B18E64

Text Example


Text Example

White with #B18E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18E64; }

 p { color: rgb(177,142,100); }

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

background-color css

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

 a { background-color: rgb(177,142,100); }

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

border-color css

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

 span { border-color: rgb(177,142,100); }

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