Html Css Color HEX #B49467 Barley Corn

📋 copy color: '#B49467'

red 180 ◦ green 148 ◦ blue 103

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

Shades of Barley Corn #B49467

Tints of Barley Corn #B49467

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.34%

 BLUE value IS 103 (40.63% from 255) = 23.9%

R = 41.76%
G = 34.34%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B49467 (or 0xB49467) is known color: Barley Corn. HEX triplet: B4, 94 and 67. RGB value is (180,148,103). Sum of RGB (Red+Green+Blue) = 180+148+103=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B49467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49467 is #4B6B98. Grayscale: #989898. Windows color (decimal): -4942745 or 6788276. OLE color: 6788276.

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

Color convert

RGB 180 148 103 -
CMYK 0 0.18 0.43 0.29
HSL 35.06º 0.34% 0.55% -
HSV(B) 35.06º 0.43% 0.71% -
XYZ 31.86 31.86 17.3 -
YUV 152.44 100.1 147.66 -
System Red Green Blue C M Y K H S L
Decimal 180 148 103 0 0.18 0.43 0.29 35.06 0.34 0.55
Hex B4 94 67 0 12 2B 1D 23 22 37
Octal 264 224 147 0 22 53 35 43 42 67
Binary 10110100 10010100 1100111 0 10010 101011 11101 100011 100010 110111

Color Harmonies of #B49467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49467

Black with #B49467

Text Example


Text Example

White with #B49467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49467; }

 p { color: rgb(180,148,103); }

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

background-color css

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

 a { background-color: rgb(180,148,103); }

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

border-color css

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

 span { border-color: rgb(180,148,103); }

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