Html Css Color HEX #B49268 Barley Corn

📋 copy color: '#B49268'

red 180 ◦ green 146 ◦ blue 104

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

Shades of Barley Corn #B49268

Tints of Barley Corn #B49268

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.95%

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

R = 41.86%
G = 33.95%
B = 24.19%

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

#B49268 (or 0xB49268) is known color: Barley Corn. HEX triplet: B4, 92 and 68. RGB value is (180,146,104). Sum of RGB (Red+Green+Blue) = 180+146+104=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B49268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49268 is #4B6D97. Grayscale: #979797. Windows color (decimal): -4943256 or 6853300. OLE color: 6853300.

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

Color convert

RGB 180 146 104 -
CMYK 0 0.19 0.42 0.29
HSL 33.16º 0.34% 0.56% -
HSV(B) 33.16º 0.42% 0.71% -
XYZ 31.6 31.26 17.47 -
YUV 151.38 101.26 148.42 -
System Red Green Blue C M Y K H S L
Decimal 180 146 104 0 0.19 0.42 0.29 33.16 0.34 0.56
Hex B4 92 68 0 13 2A 1D 21 22 38
Octal 264 222 150 0 23 52 35 41 42 70
Binary 10110100 10010010 1101000 0 10011 101010 11101 100001 100010 111000

Color Harmonies of #B49268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49268

Black with #B49268

Text Example


Text Example

White with #B49268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49268; }

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

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

background-color css

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

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

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

border-color css

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

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

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