Html Css Color HEX #B1885E Barley Corn

📋 copy color: '#B1885E'

red 177 ◦ green 136 ◦ blue 94

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

Shades of Barley Corn #B1885E

Tints of Barley Corn #B1885E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.42%

 BLUE value IS 94 (37.11% from 255) = 23.1%

R = 43.49%
G = 33.42%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B1885E (or 0xB1885E) is known color: Barley Corn. HEX triplet: B1, 88 and 5E. RGB value is (177,136,94). Sum of RGB (Red+Green+Blue) = 177+136+94=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B1885E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1885E is #4E77A1. Grayscale: #8F8F8F. Windows color (decimal): -5142434 or 6195377. OLE color: 6195377.

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

Color convert

RGB 177 136 94 -
CMYK 0 0.23 0.47 0.31
HSL 30.36º 0.35% 0.53% -
HSV(B) 30.36º 0.47% 0.69% -
XYZ 28.96 27.76 14.42 -
YUV 143.47 100.08 151.92 -
System Red Green Blue C M Y K H S L
Decimal 177 136 94 0 0.23 0.47 0.31 30.36 0.35 0.53
Hex B1 88 5E 0 17 2F 1F 1E 23 35
Octal 261 210 136 0 27 57 37 36 43 65
Binary 10110001 10001000 1011110 0 10111 101111 11111 11110 100011 110101

Color Harmonies of #B1885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1885E

Black with #B1885E

Text Example


Text Example

White with #B1885E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1885E; }

 p { color: rgb(177,136,94); }

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

background-color css

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

 a { background-color: rgb(177,136,94); }

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

border-color css

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

 span { border-color: rgb(177,136,94); }

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