Html Css Color HEX #B48C64 Barley Corn

📋 copy color: '#B48C64'

red 180 ◦ green 140 ◦ blue 100

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

Shades of Barley Corn #B48C64

Tints of Barley Corn #B48C64

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.33%

 BLUE value IS 100 (39.45% from 255) = 23.81%

R = 42.86%
G = 33.33%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B48C64 (or 0xB48C64) is known color: Barley Corn. HEX triplet: B4, 8C and 64. RGB value is (180,140,100). Sum of RGB (Red+Green+Blue) = 180+140+100=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48C64 is #4B739B. Grayscale: #939393. Windows color (decimal): -4944796 or 6589620. OLE color: 6589620.

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

Color convert

RGB 180 140 100 -
CMYK 0 0.22 0.44 0.29
HSL 30º 0.35% 0.55% -
HSV(B) 30º 0.44% 0.71% -
XYZ 30.5 29.38 16.12 -
YUV 147.4 101.25 151.25 -
System Red Green Blue C M Y K H S L
Decimal 180 140 100 0 0.22 0.44 0.29 30 0.35 0.55
Hex B4 8C 64 0 16 2C 1D 1E 23 37
Octal 264 214 144 0 26 54 35 36 43 67
Binary 10110100 10001100 1100100 0 10110 101100 11101 11110 100011 110111

Color Harmonies of #B48C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48C64

Black with #B48C64

Text Example


Text Example

White with #B48C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48C64; }

 p { color: rgb(180,140,100); }

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

background-color css

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

 a { background-color: rgb(180,140,100); }

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

border-color css

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

 span { border-color: rgb(180,140,100); }

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