Html Css Color HEX #B18A63 Barley Corn

📋 copy color: '#B18A63'

red 177 ◦ green 138 ◦ blue 99

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

Shades of Barley Corn #B18A63

Tints of Barley Corn #B18A63

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.33%

 BLUE value IS 99 (39.06% from 255) = 23.91%

R = 42.75%
G = 33.33%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B18A63 (or 0xB18A63) is known color: Barley Corn. HEX triplet: B1, 8A and 63. RGB value is (177,138,99). Sum of RGB (Red+Green+Blue) = 177+138+99=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 99 (39.06% from 255 or 23.91% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18A63 is #4E759C. Grayscale: #919191. Windows color (decimal): -5141917 or 6523569. OLE color: 6523569.

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

Color convert

RGB 177 138 99 -
CMYK 0 0.22 0.44 0.31
HSL 30º 0.33% 0.54% -
HSV(B) 30º 0.44% 0.69% -
XYZ 29.47 28.42 15.74 -
YUV 145.22 101.92 150.67 -
System Red Green Blue C M Y K H S L
Decimal 177 138 99 0 0.22 0.44 0.31 30 0.33 0.54
Hex B1 8A 63 0 16 2C 1F 1E 21 36
Octal 261 212 143 0 26 54 37 36 41 66
Binary 10110001 10001010 1100011 0 10110 101100 11111 11110 100001 110110

Color Harmonies of #B18A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18A63

Black with #B18A63

Text Example


Text Example

White with #B18A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18A63; }

 p { color: rgb(177,138,99); }

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

background-color css

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

 a { background-color: rgb(177,138,99); }

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

border-color css

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

 span { border-color: rgb(177,138,99); }

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