Html Css Color HEX #B99163 Barley Corn

📋 copy color: '#B99163'

red 185 ◦ green 145 ◦ blue 99

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

Shades of Barley Corn #B99163

Tints of Barley Corn #B99163

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.8%

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

R = 43.12%
G = 33.8%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B99163 (or 0xB99163) is known color: Barley Corn. HEX triplet: B9, 91 and 63. RGB value is (185,145,99). Sum of RGB (Red+Green+Blue) = 185+145+99=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B99163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99163 is #466E9C. Grayscale: #979797. Windows color (decimal): -4615837 or 6525369. OLE color: 6525369.

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

Color convert

RGB 185 145 99 -
CMYK 0 0.22 0.46 0.27
HSL 32.09º 0.38% 0.56% -
HSV(B) 32.09º 0.46% 0.73% -
XYZ 32.39 31.47 16.17 -
YUV 151.72 98.25 151.74 -
System Red Green Blue C M Y K H S L
Decimal 185 145 99 0 0.22 0.46 0.27 32.09 0.38 0.56
Hex B9 91 63 0 16 2E 1B 20 26 38
Octal 271 221 143 0 26 56 33 40 46 70
Binary 10111001 10010001 1100011 0 10110 101110 11011 100000 100110 111000

Color Harmonies of #B99163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99163

Black with #B99163

Text Example


Text Example

White with #B99163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99163; }

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

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

background-color css

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

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

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

border-color css

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

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

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