Html Css Color HEX #B49465 Barley Corn

📋 copy color: '#B49465'

red 180 ◦ green 148 ◦ blue 101

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

Shades of Barley Corn #B49465

Tints of Barley Corn #B49465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.54%

R = 41.96%
G = 34.5%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B49465 (or 0xB49465) is known color: Barley Corn. HEX triplet: B4, 94 and 65. RGB value is (180,148,101). Sum of RGB (Red+Green+Blue) = 180+148+101=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B49465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49465 is #4B6B9A. Grayscale: #989898. Windows color (decimal): -4942747 or 6657204. OLE color: 6657204.

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

Color convert

RGB 180 148 101 -
CMYK 0 0.18 0.44 0.29
HSL 35.7º 0.34% 0.55% -
HSV(B) 35.7º 0.44% 0.71% -
XYZ 31.76 31.82 16.78 -
YUV 152.21 99.1 147.82 -
System Red Green Blue C M Y K H S L
Decimal 180 148 101 0 0.18 0.44 0.29 35.7 0.34 0.55
Hex B4 94 65 0 12 2C 1D 24 22 37
Octal 264 224 145 0 22 54 35 44 42 67
Binary 10110100 10010100 1100101 0 10010 101100 11101 100100 100010 110111

Color Harmonies of #B49465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49465

Black with #B49465

Text Example


Text Example

White with #B49465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49465; }

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

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

background-color css

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

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

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

border-color css

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

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

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