Html Css Color HEX #B49865 Barley Corn

📋 copy color: '#B49865'

red 180 ◦ green 152 ◦ blue 101

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

Shades of Barley Corn #B49865

Tints of Barley Corn #B49865

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.1%

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

R = 41.57%
G = 35.1%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B49865 (or 0xB49865) is known color: Barley Corn. HEX triplet: B4, 98 and 65. RGB value is (180,152,101). Sum of RGB (Red+Green+Blue) = 180+152+101=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B49865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49865 is #4B679A. Grayscale: #9A9A9A. Windows color (decimal): -4941723 or 6658228. OLE color: 6658228.

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

Color convert

RGB 180 152 101 -
CMYK 0 0.16 0.44 0.29
HSL 38.73º 0.34% 0.55% -
HSV(B) 38.73º 0.44% 0.71% -
XYZ 32.4 33.1 16.99 -
YUV 154.56 97.78 146.15 -
System Red Green Blue C M Y K H S L
Decimal 180 152 101 0 0.16 0.44 0.29 38.73 0.34 0.55
Hex B4 98 65 0 10 2C 1D 27 22 37
Octal 264 230 145 0 20 54 35 47 42 67
Binary 10110100 10011000 1100101 0 10000 101100 11101 100111 100010 110111

Color Harmonies of #B49865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49865

Black with #B49865

Text Example


Text Example

White with #B49865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49865; }

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

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

background-color css

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

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

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

border-color css

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

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

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