Html Css Color HEX #B89466 Barley Corn

📋 copy color: '#B89466'

red 184 ◦ green 148 ◦ blue 102

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

Shades of Barley Corn #B89466

Tints of Barley Corn #B89466

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.1%

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

R = 42.4%
G = 34.1%
B = 23.5%

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

#B89466 (or 0xB89466) is known color: Barley Corn. HEX triplet: B8, 94 and 66. RGB value is (184,148,102). Sum of RGB (Red+Green+Blue) = 184+148+102=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 184 - color contains mainly: red. Hex color #B89466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89466 is #476B99. Grayscale: #999999. Windows color (decimal): -4680602 or 6722744. OLE color: 6722744.

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

Color convert

RGB 184 148 102 -
CMYK 0 0.20 0.45 0.28
HSL 33.66º 0.37% 0.56% -
HSV(B) 33.66º 0.45% 0.72% -
XYZ 32.76 32.33 17.08 -
YUV 153.52 98.93 149.74 -
System Red Green Blue C M Y K H S L
Decimal 184 148 102 0 0.20 0.45 0.28 33.66 0.37 0.56
Hex B8 94 66 0 14 2D 1C 22 25 38
Octal 270 224 146 0 24 55 34 42 45 70
Binary 10111000 10010100 1100110 0 10100 101101 11100 100010 100101 111000

Color Harmonies of #B89466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89466

Black with #B89466

Text Example


Text Example

White with #B89466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89466; }

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

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

background-color css

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

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

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

border-color css

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

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

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