Html Css Color HEX #B49E69 Barley Corn

📋 copy color: '#B49E69'

red 180 ◦ green 158 ◦ blue 105

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

Shades of Barley Corn #B49E69

Tints of Barley Corn #B49E69

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.67%

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

R = 40.63%
G = 35.67%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B49E69 (or 0xB49E69) is known color: Barley Corn. HEX triplet: B4, 9E and 69. RGB value is (180,158,105). Sum of RGB (Red+Green+Blue) = 180+158+105=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 105 (41.41% from 255 or 23.70% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49E69 is #4B6196. Grayscale: #9E9E9E. Windows color (decimal): -4940183 or 6921908. OLE color: 6921908.

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

Color convert

RGB 180 158 105 -
CMYK 0 0.12 0.42 0.29
HSL 42.4º 0.33% 0.56% -
HSV(B) 42.4º 0.42% 0.71% -
XYZ 33.6 35.18 18.38 -
YUV 158.54 97.79 143.31 -
System Red Green Blue C M Y K H S L
Decimal 180 158 105 0 0.12 0.42 0.29 42.4 0.33 0.56
Hex B4 9E 69 0 C 2A 1D 2A 21 38
Octal 264 236 151 0 14 52 35 52 41 70
Binary 10110100 10011110 1101001 0 1100 101010 11101 101010 100001 111000

Color Harmonies of #B49E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49E69

Black with #B49E69

Text Example


Text Example

White with #B49E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49E69; }

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

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

background-color css

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

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

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

border-color css

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

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

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