Html Css Color HEX #B49863 Barley Corn

📋 copy color: '#B49863'

red 180 ◦ green 152 ◦ blue 99

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

Shades of Barley Corn #B49863

Tints of Barley Corn #B49863

RGB

 RED value IS 180 (70.7% from 255) = 41.76%

 GREEN value IS 152 (59.77% from 255) = 35.27%

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

R = 41.76%
G = 35.27%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B49863 (or 0xB49863) is known color: Barley Corn. HEX triplet: B4, 98 and 63. RGB value is (180,152,99). Sum of RGB (Red+Green+Blue) = 180+152+99=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 99 (39.06% from 255 or 22.97% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B49863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49863 is #4B679C. Grayscale: #9A9A9A. Windows color (decimal): -4941725 or 6527156. OLE color: 6527156.

HSL color Cylindrical-coordinate representation of color #B49863: hue angle of 39.26º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B49863 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 152 99 -
CMYK 0 0.16 0.45 0.29
HSL 39.26º 0.35% 0.55% -
HSV(B) 39.26º 0.45% 0.71% -
XYZ 32.3 33.06 16.48 -
YUV 154.33 96.78 146.31 -
System Red Green Blue C M Y K H S L
Decimal 180 152 99 0 0.16 0.45 0.29 39.26 0.35 0.55
Hex B4 98 63 0 10 2D 1D 27 23 37
Octal 264 230 143 0 20 55 35 47 43 67
Binary 10110100 10011000 1100011 0 10000 101101 11101 100111 100011 110111

Color Harmonies of #B49863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49863

Black with #B49863

Text Example


Text Example

White with #B49863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49863; }

 p { color: rgb(180,152,99); }

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

background-color css

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

 a { background-color: rgb(180,152,99); }

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

border-color css

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

 span { border-color: rgb(180,152,99); }

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