Html Css Color HEX #B18B61 Barley Corn

📋 copy color: '#B18B61'

red 177 ◦ green 139 ◦ blue 97

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

Shades of Barley Corn #B18B61

Tints of Barley Corn #B18B61

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.66%

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

R = 42.86%
G = 33.66%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B18B61 (or 0xB18B61) is known color: Barley Corn. HEX triplet: B1, 8B and 61. RGB value is (177,139,97). Sum of RGB (Red+Green+Blue) = 177+139+97=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18B61 is #4E749E. Grayscale: #919191. Windows color (decimal): -5141663 or 6392753. OLE color: 6392753.

HSL color Cylindrical-coordinate representation of color #B18B61: hue angle of 31.5º 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 #B18B61 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 139 97 -
CMYK 0 0.21 0.45 0.31
HSL 31.5º 0.34% 0.54% -
HSV(B) 31.5º 0.45% 0.69% -
XYZ 29.52 28.68 15.29 -
YUV 145.57 100.59 150.42 -
System Red Green Blue C M Y K H S L
Decimal 177 139 97 0 0.21 0.45 0.31 31.5 0.34 0.54
Hex B1 8B 61 0 15 2D 1F 1F 22 36
Octal 261 213 141 0 25 55 37 37 42 66
Binary 10110001 10001011 1100001 0 10101 101101 11111 11111 100010 110110

Color Harmonies of #B18B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18B61

Black with #B18B61

Text Example


Text Example

White with #B18B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18B61; }

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

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

background-color css

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

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

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

border-color css

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

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

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