Html Css Color HEX #B89266 Barley Corn

📋 copy color: '#B89266'

red 184 ◦ green 146 ◦ blue 102

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

Shades of Barley Corn #B89266

Tints of Barley Corn #B89266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.61%

R = 42.59%
G = 33.8%
B = 23.61%

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

#B89266 (or 0xB89266) is known color: Barley Corn. HEX triplet: B8, 92 and 66. RGB value is (184,146,102). Sum of RGB (Red+Green+Blue) = 184+146+102=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B89266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89266 is #476D99. Grayscale: #989898. Windows color (decimal): -4681114 or 6722232. OLE color: 6722232.

HSL color Cylindrical-coordinate representation of color #B89266: hue angle of 32.2º 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 #B89266 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 146 102 -
CMYK 0 0.21 0.45 0.28
HSL 32.2º 0.37% 0.56% -
HSV(B) 32.2º 0.45% 0.72% -
XYZ 32.44 31.71 16.98 -
YUV 152.35 99.59 150.58 -
System Red Green Blue C M Y K H S L
Decimal 184 146 102 0 0.21 0.45 0.28 32.2 0.37 0.56
Hex B8 92 66 0 15 2D 1C 20 25 38
Octal 270 222 146 0 25 55 34 40 45 70
Binary 10111000 10010010 1100110 0 10101 101101 11100 100000 100101 111000

Color Harmonies of #B89266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89266

Black with #B89266

Text Example


Text Example

White with #B89266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89266; }

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

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

background-color css

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

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

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

border-color css

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

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

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