Html Css Color HEX #B49B69 Barley Corn

📋 copy color: '#B49B69'

red 180 ◦ green 155 ◦ blue 105

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

Shades of Barley Corn #B49B69

Tints of Barley Corn #B49B69

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.23%

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

R = 40.91%
G = 35.23%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B49B69 (or 0xB49B69) is known color: Barley Corn. HEX triplet: B4, 9B and 69. RGB value is (180,155,105). Sum of RGB (Red+Green+Blue) = 180+155+105=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49B69 is #4B6496. Grayscale: #9D9D9D. Windows color (decimal): -4940951 or 6921140. OLE color: 6921140.

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

Color convert

RGB 180 155 105 -
CMYK 0 0.14 0.42 0.29
HSL 40º 0.33% 0.56% -
HSV(B) 40º 0.42% 0.71% -
XYZ 33.09 34.17 18.22 -
YUV 156.78 98.78 144.57 -
System Red Green Blue C M Y K H S L
Decimal 180 155 105 0 0.14 0.42 0.29 40 0.33 0.56
Hex B4 9B 69 0 E 2A 1D 28 21 38
Octal 264 233 151 0 16 52 35 50 41 70
Binary 10110100 10011011 1101001 0 1110 101010 11101 101000 100001 111000

Color Harmonies of #B49B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49B69

Black with #B49B69

Text Example


Text Example

White with #B49B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49B69; }

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

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

background-color css

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

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

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

border-color css

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

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

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