Html Css Color HEX #B49163 Barley Corn

📋 copy color: '#B49163'

red 180 ◦ green 145 ◦ blue 99

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

Shades of Barley Corn #B49163

Tints of Barley Corn #B49163

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.2%

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

R = 42.45%
G = 34.2%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B49163 (or 0xB49163) is known color: Barley Corn. HEX triplet: B4, 91 and 63. RGB value is (180,145,99). Sum of RGB (Red+Green+Blue) = 180+145+99=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 99 (39.06% from 255 or 23.35% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B49163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49163 is #4B6E9C. Grayscale: #969696. Windows color (decimal): -4943517 or 6525364. OLE color: 6525364.

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

Color convert

RGB 180 145 99 -
CMYK 0 0.19 0.45 0.29
HSL 34.07º 0.35% 0.55% -
HSV(B) 34.07º 0.45% 0.71% -
XYZ 31.2 30.85 16.12 -
YUV 150.22 99.1 149.24 -
System Red Green Blue C M Y K H S L
Decimal 180 145 99 0 0.19 0.45 0.29 34.07 0.35 0.55
Hex B4 91 63 0 13 2D 1D 22 23 37
Octal 264 221 143 0 23 55 35 42 43 67
Binary 10110100 10010001 1100011 0 10011 101101 11101 100010 100011 110111

Color Harmonies of #B49163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49163

Black with #B49163

Text Example


Text Example

White with #B49163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49163; }

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

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

background-color css

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

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

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

border-color css

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

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

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