Html Css Color HEX #B89366 Barley Corn

📋 copy color: '#B89366'

red 184 ◦ green 147 ◦ blue 102

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

Shades of Barley Corn #B89366

Tints of Barley Corn #B89366

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.95%

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

R = 42.49%
G = 33.95%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B89366 (or 0xB89366) is known color: Barley Corn. HEX triplet: B8, 93 and 66. RGB value is (184,147,102). Sum of RGB (Red+Green+Blue) = 184+147+102=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 147 (57.81% from 255 or 33.95% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B89366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89366 is #476C99. Grayscale: #999999. Windows color (decimal): -4680858 or 6722488. OLE color: 6722488.

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

Color convert

RGB 184 147 102 -
CMYK 0 0.20 0.45 0.28
HSL 32.93º 0.37% 0.56% -
HSV(B) 32.93º 0.45% 0.72% -
XYZ 32.6 32.02 17.03 -
YUV 152.93 99.26 150.16 -
System Red Green Blue C M Y K H S L
Decimal 184 147 102 0 0.20 0.45 0.28 32.93 0.37 0.56
Hex B8 93 66 0 14 2D 1C 21 25 38
Octal 270 223 146 0 24 55 34 41 45 70
Binary 10111000 10010011 1100110 0 10100 101101 11100 100001 100101 111000

Color Harmonies of #B89366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89366

Black with #B89366

Text Example


Text Example

White with #B89366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89366; }

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

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

background-color css

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

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

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

border-color css

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

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

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