Html Css Color HEX #B49168 Barley Corn

📋 copy color: '#B49168'

red 180 ◦ green 145 ◦ blue 104

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

Shades of Barley Corn #B49168

Tints of Barley Corn #B49168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.24%

R = 41.96%
G = 33.8%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B49168 (or 0xB49168) is known color: Barley Corn. HEX triplet: B4, 91 and 68. RGB value is (180,145,104). Sum of RGB (Red+Green+Blue) = 180+145+104=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B49168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49168 is #4B6E97. Grayscale: #969696. Windows color (decimal): -4943512 or 6853044. OLE color: 6853044.

HSL color Cylindrical-coordinate representation of color #B49168: hue angle of 32.37º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B49168 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 145 104 -
CMYK 0 0.19 0.42 0.29
HSL 32.37º 0.34% 0.56% -
HSV(B) 32.37º 0.42% 0.71% -
XYZ 31.45 30.95 17.41 -
YUV 150.79 101.6 148.83 -
System Red Green Blue C M Y K H S L
Decimal 180 145 104 0 0.19 0.42 0.29 32.37 0.34 0.56
Hex B4 91 68 0 13 2A 1D 20 22 38
Octal 264 221 150 0 23 52 35 40 42 70
Binary 10110100 10010001 1101000 0 10011 101010 11101 100000 100010 111000

Color Harmonies of #B49168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49168

Black with #B49168

Text Example


Text Example

White with #B49168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49168; }

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

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

background-color css

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

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

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

border-color css

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

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

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