Html Css Color HEX #B99464 Barley Corn

📋 copy color: '#B99464'

red 185 ◦ green 148 ◦ blue 100

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

Shades of Barley Corn #B99464

Tints of Barley Corn #B99464

RGB

 RED value IS 185 (72.66% from 255) = 42.73%

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

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

R = 42.73%
G = 34.18%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B99464 (or 0xB99464) is known color: Barley Corn. HEX triplet: B9, 94 and 64. RGB value is (185,148,100). Sum of RGB (Red+Green+Blue) = 185+148+100=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B99464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99464 is #466B9B. Grayscale: #999999. Windows color (decimal): -4615068 or 6591673. OLE color: 6591673.

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

Color convert

RGB 185 148 100 -
CMYK 0 0.20 0.46 0.27
HSL 33.88º 0.38% 0.56% -
HSV(B) 33.88º 0.46% 0.73% -
XYZ 32.9 32.41 16.58 -
YUV 153.59 97.76 150.4 -
System Red Green Blue C M Y K H S L
Decimal 185 148 100 0 0.20 0.46 0.27 33.88 0.38 0.56
Hex B9 94 64 0 14 2E 1B 22 26 38
Octal 271 224 144 0 24 56 33 42 46 70
Binary 10111001 10010100 1100100 0 10100 101110 11011 100010 100110 111000

Color Harmonies of #B99464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99464

Black with #B99464

Text Example


Text Example

White with #B99464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99464; }

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

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

background-color css

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

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

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

border-color css

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

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

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