Html Css Color HEX #B18E61 Barley Corn

📋 copy color: '#B18E61'

red 177 ◦ green 142 ◦ blue 97

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

Shades of Barley Corn #B18E61

Tints of Barley Corn #B18E61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.32%

R = 42.55%
G = 34.13%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B18E61 (or 0xB18E61) is known color: Barley Corn. HEX triplet: B1, 8E and 61. RGB value is (177,142,97). Sum of RGB (Red+Green+Blue) = 177+142+97=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B18E61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18E61 is #4E719E. Grayscale: #939393. Windows color (decimal): -5140895 or 6393521. OLE color: 6393521.

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

Color convert

RGB 177 142 97 -
CMYK 0 0.20 0.45 0.31
HSL 33.75º 0.34% 0.54% -
HSV(B) 33.75º 0.45% 0.69% -
XYZ 29.96 29.56 15.44 -
YUV 147.34 99.6 149.16 -
System Red Green Blue C M Y K H S L
Decimal 177 142 97 0 0.20 0.45 0.31 33.75 0.34 0.54
Hex B1 8E 61 0 14 2D 1F 22 22 36
Octal 261 216 141 0 24 55 37 42 42 66
Binary 10110001 10001110 1100001 0 10100 101101 11111 100010 100010 110110

Color Harmonies of #B18E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18E61

Black with #B18E61

Text Example


Text Example

White with #B18E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18E61; }

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

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

background-color css

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

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

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

border-color css

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

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

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