Html Css Color HEX #B4865C Barley Corn

📋 copy color: '#B4865C'

red 180 ◦ green 134 ◦ blue 92

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

Shades of Barley Corn #B4865C

Tints of Barley Corn #B4865C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33%

 BLUE value IS 92 (36.33% from 255) = 22.66%

R = 44.33%
G = 33%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B4865C (or 0xB4865C) is known color: Barley Corn. HEX triplet: B4, 86 and 5C. RGB value is (180,134,92). Sum of RGB (Red+Green+Blue) = 180+134+92=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B4865C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4865C is #4B79A3. Grayscale: #8F8F8F. Windows color (decimal): -4946340 or 6063796. OLE color: 6063796.

HSL color Cylindrical-coordinate representation of color #B4865C: hue angle of 28.64º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4865C is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 134 92 -
CMYK 0 0.26 0.49 0.29
HSL 28.64º 0.37% 0.53% -
HSV(B) 28.64º 0.49% 0.71% -
XYZ 29.28 27.53 13.9 -
YUV 142.97 99.24 154.42 -
System Red Green Blue C M Y K H S L
Decimal 180 134 92 0 0.26 0.49 0.29 28.64 0.37 0.53
Hex B4 86 5C 0 1A 31 1D 1D 25 35
Octal 264 206 134 0 32 61 35 35 45 65
Binary 10110100 10000110 1011100 0 11010 110001 11101 11101 100101 110101

Color Harmonies of #B4865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4865C

Black with #B4865C

Text Example


Text Example

White with #B4865C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4865C; }

 p { color: rgb(180,134,92); }

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

background-color css

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

 a { background-color: rgb(180,134,92); }

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

border-color css

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

 span { border-color: rgb(180,134,92); }

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