Html Css Color HEX #B99363 Barley Corn

📋 copy color: '#B99363'

red 185 ◦ green 147 ◦ blue 99

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

Shades of Barley Corn #B99363

Tints of Barley Corn #B99363

RGB

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

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

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

R = 42.92%
G = 34.11%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B99363 (or 0xB99363) is known color: Barley Corn. HEX triplet: B9, 93 and 63. RGB value is (185,147,99). Sum of RGB (Red+Green+Blue) = 185+147+99=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 99 (39.06% from 255 or 22.97% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B99363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99363 is #466C9C. Grayscale: #999999. Windows color (decimal): -4615325 or 6525881. OLE color: 6525881.

HSL color Cylindrical-coordinate representation of color #B99363: hue angle of 33.49º 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 #B99363 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 147 99 -
CMYK 0 0.21 0.46 0.27
HSL 33.49º 0.38% 0.56% -
HSV(B) 33.49º 0.46% 0.73% -
XYZ 32.69 32.08 16.27 -
YUV 152.89 97.59 150.9 -
System Red Green Blue C M Y K H S L
Decimal 185 147 99 0 0.21 0.46 0.27 33.49 0.38 0.56
Hex B9 93 63 0 15 2E 1B 21 26 38
Octal 271 223 143 0 25 56 33 41 46 70
Binary 10111001 10010011 1100011 0 10101 101110 11011 100001 100110 111000

Color Harmonies of #B99363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99363

Black with #B99363

Text Example


Text Example

White with #B99363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99363; }

 p { color: rgb(185,147,99); }

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

background-color css

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

 a { background-color: rgb(185,147,99); }

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

border-color css

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

 span { border-color: rgb(185,147,99); }

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