Html Css Color HEX #B49269 Barley Corn

📋 copy color: '#B49269'

red 180 ◦ green 146 ◦ blue 105

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

Shades of Barley Corn #B49269

Tints of Barley Corn #B49269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.36%

R = 41.76%
G = 33.87%
B = 24.36%

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

#B49269 (or 0xB49269) is known color: Barley Corn. HEX triplet: B4, 92 and 69. RGB value is (180,146,105). Sum of RGB (Red+Green+Blue) = 180+146+105=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 105 (41.41% from 255 or 24.36% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B49269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49269 is #4B6D96. Grayscale: #979797. Windows color (decimal): -4943255 or 6918836. OLE color: 6918836.

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

Color convert

RGB 180 146 105 -
CMYK 0 0.19 0.42 0.29
HSL 32.8º 0.33% 0.56% -
HSV(B) 32.8º 0.42% 0.71% -
XYZ 31.65 31.28 17.73 -
YUV 151.49 101.76 148.33 -
System Red Green Blue C M Y K H S L
Decimal 180 146 105 0 0.19 0.42 0.29 32.8 0.33 0.56
Hex B4 92 69 0 13 2A 1D 21 21 38
Octal 264 222 151 0 23 52 35 41 41 70
Binary 10110100 10010010 1101001 0 10011 101010 11101 100001 100001 111000

Color Harmonies of #B49269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49269

Black with #B49269

Text Example


Text Example

White with #B49269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49269; }

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

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

background-color css

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

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

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

border-color css

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

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

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