Html Css Color HEX #B89463 Barley Corn

📋 copy color: '#B89463'

red 184 ◦ green 148 ◦ blue 99

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

Shades of Barley Corn #B89463

Tints of Barley Corn #B89463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.97%

R = 42.69%
G = 34.34%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B89463 (or 0xB89463) is known color: Barley Corn. HEX triplet: B8, 94 and 63. RGB value is (184,148,99). Sum of RGB (Red+Green+Blue) = 184+148+99=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 99 (39.06% from 255 or 22.97% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B89463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89463 is #476B9C. Grayscale: #999999. Windows color (decimal): -4680605 or 6526136. OLE color: 6526136.

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

Color convert

RGB 184 148 99 -
CMYK 0 0.20 0.46 0.28
HSL 34.59º 0.37% 0.55% -
HSV(B) 34.59º 0.46% 0.72% -
XYZ 32.61 32.27 16.31 -
YUV 153.18 97.43 149.98 -
System Red Green Blue C M Y K H S L
Decimal 184 148 99 0 0.20 0.46 0.28 34.59 0.37 0.55
Hex B8 94 63 0 14 2E 1C 23 25 37
Octal 270 224 143 0 24 56 34 43 45 67
Binary 10111000 10010100 1100011 0 10100 101110 11100 100011 100101 110111

Color Harmonies of #B89463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89463

Black with #B89463

Text Example


Text Example

White with #B89463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89463; }

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

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

background-color css

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

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

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

border-color css

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

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

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