Html Css Color HEX #B49063 Barley Corn

📋 copy color: '#B49063'

red 180 ◦ green 144 ◦ blue 99

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

Shades of Barley Corn #B49063

Tints of Barley Corn #B49063

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.04%

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

R = 42.55%
G = 34.04%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B49063 (or 0xB49063) is known color: Barley Corn. HEX triplet: B4, 90 and 63. RGB value is (180,144,99). Sum of RGB (Red+Green+Blue) = 180+144+99=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B49063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49063 is #4B6F9C. Grayscale: #959595. Windows color (decimal): -4943773 or 6525108. OLE color: 6525108.

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

Color convert

RGB 180 144 99 -
CMYK 0 0.2 0.45 0.29
HSL 33.33º 0.35% 0.55% -
HSV(B) 33.33º 0.45% 0.71% -
XYZ 31.05 30.55 16.06 -
YUV 149.63 99.43 149.66 -
System Red Green Blue C M Y K H S L
Decimal 180 144 99 0 0.2 0.45 0.29 33.33 0.35 0.55
Hex B4 90 63 0 14 2D 1D 21 23 37
Octal 264 220 143 0 24 55 35 41 43 67
Binary 10110100 10010000 1100011 0 10100 101101 11101 100001 100011 110111

Color Harmonies of #B49063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49063

Black with #B49063

Text Example


Text Example

White with #B49063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49063; }

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

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

background-color css

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

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

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

border-color css

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

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

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