Html Css Color HEX #B99763 Barley Corn

📋 copy color: '#B99763'

red 185 ◦ green 151 ◦ blue 99

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

Shades of Barley Corn #B99763

Tints of Barley Corn #B99763

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.71%

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

R = 42.53%
G = 34.71%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B99763 (or 0xB99763) is known color: Barley Corn. HEX triplet: B9, 97 and 63. RGB value is (185,151,99). Sum of RGB (Red+Green+Blue) = 185+151+99=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 151 (59.38% from 255 or 34.71% from 435); Blue value is 99 (39.06% from 255 or 22.76% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B99763 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99763 is #46689C. Grayscale: #9B9B9B. Windows color (decimal): -4614301 or 6526905. OLE color: 6526905.

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

Color convert

RGB 185 151 99 -
CMYK 0 0.18 0.46 0.27
HSL 36.28º 0.38% 0.56% -
HSV(B) 36.28º 0.46% 0.73% -
XYZ 33.33 33.35 16.48 -
YUV 155.24 96.26 149.23 -
System Red Green Blue C M Y K H S L
Decimal 185 151 99 0 0.18 0.46 0.27 36.28 0.38 0.56
Hex B9 97 63 0 12 2E 1B 24 26 38
Octal 271 227 143 0 22 56 33 44 46 70
Binary 10111001 10010111 1100011 0 10010 101110 11011 100100 100110 111000

Color Harmonies of #B99763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99763

Black with #B99763

Text Example


Text Example

White with #B99763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99763; }

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

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

background-color css

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

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

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

border-color css

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

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

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