Html Css Color HEX #B89265 Barley Corn

📋 copy color: '#B89265'

red 184 ◦ green 146 ◦ blue 101

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

Shades of Barley Corn #B89265

Tints of Barley Corn #B89265

RGB

 RED value IS 184 (72.27% from 255) = 42.69%

 GREEN value IS 146 (57.42% from 255) = 33.87%

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

R = 42.69%
G = 33.87%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B89265 (or 0xB89265) is known color: Barley Corn. HEX triplet: B8, 92 and 65. RGB value is (184,146,101). Sum of RGB (Red+Green+Blue) = 184+146+101=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B89265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89265 is #476D9A. Grayscale: #989898. Windows color (decimal): -4681115 or 6656696. OLE color: 6656696.

HSL color Cylindrical-coordinate representation of color #B89265: hue angle of 32.53º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B89265 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 146 101 -
CMYK 0 0.21 0.45 0.28
HSL 32.53º 0.37% 0.56% -
HSV(B) 32.53º 0.45% 0.72% -
XYZ 32.4 31.69 16.72 -
YUV 152.23 99.09 150.66 -
System Red Green Blue C M Y K H S L
Decimal 184 146 101 0 0.21 0.45 0.28 32.53 0.37 0.56
Hex B8 92 65 0 15 2D 1C 21 25 38
Octal 270 222 145 0 25 55 34 41 45 70
Binary 10111000 10010010 1100101 0 10101 101101 11100 100001 100101 111000

Color Harmonies of #B89265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89265

Black with #B89265

Text Example


Text Example

White with #B89265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89265; }

 p { color: rgb(184,146,101); }

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

background-color css

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

 a { background-color: rgb(184,146,101); }

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

border-color css

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

 span { border-color: rgb(184,146,101); }

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