Html Css Color HEX #B99C64 Barley Corn

📋 copy color: '#B99C64'

red 185 ◦ green 156 ◦ blue 100

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

Shades of Barley Corn #B99C64

Tints of Barley Corn #B99C64

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.37%

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

R = 41.95%
G = 35.37%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B99C64 (or 0xB99C64) is known color: Barley Corn. HEX triplet: B9, 9C and 64. RGB value is (185,156,100). Sum of RGB (Red+Green+Blue) = 185+156+100=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99C64 is #46639B. Grayscale: #9E9E9E. Windows color (decimal): -4613020 or 6593721. OLE color: 6593721.

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

Color convert

RGB 185 156 100 -
CMYK 0 0.16 0.46 0.27
HSL 39.53º 0.38% 0.56% -
HSV(B) 39.53º 0.46% 0.73% -
XYZ 34.2 35.01 17.01 -
YUV 158.29 95.11 147.05 -
System Red Green Blue C M Y K H S L
Decimal 185 156 100 0 0.16 0.46 0.27 39.53 0.38 0.56
Hex B9 9C 64 0 10 2E 1B 28 26 38
Octal 271 234 144 0 20 56 33 50 46 70
Binary 10111001 10011100 1100100 0 10000 101110 11011 101000 100110 111000

Color Harmonies of #B99C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99C64

Black with #B99C64

Text Example


Text Example

White with #B99C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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