Html Css Color HEX #B89464 Barley Corn

📋 copy color: '#B89464'

red 184 ◦ green 148 ◦ blue 100

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

Shades of Barley Corn #B89464

Tints of Barley Corn #B89464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.15%

R = 42.59%
G = 34.26%
B = 23.15%

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

#B89464 (or 0xB89464) is known color: Barley Corn. HEX triplet: B8, 94 and 64. RGB value is (184,148,100). Sum of RGB (Red+Green+Blue) = 184+148+100=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B89464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89464 is #476B9B. Grayscale: #999999. Windows color (decimal): -4680604 or 6591672. OLE color: 6591672.

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

Color convert

RGB 184 148 100 -
CMYK 0 0.20 0.46 0.28
HSL 34.29º 0.37% 0.56% -
HSV(B) 34.29º 0.46% 0.72% -
XYZ 32.66 32.29 16.57 -
YUV 153.29 97.93 149.9 -
System Red Green Blue C M Y K H S L
Decimal 184 148 100 0 0.20 0.46 0.28 34.29 0.37 0.56
Hex B8 94 64 0 14 2E 1C 22 25 38
Octal 270 224 144 0 24 56 34 42 45 70
Binary 10111000 10010100 1100100 0 10100 101110 11100 100010 100101 111000

Color Harmonies of #B89464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89464

Black with #B89464

Text Example


Text Example

White with #B89464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89464; }

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

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

background-color css

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

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

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

border-color css

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

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

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