Html Css Color HEX #B99C5A Barley Corn

📋 copy color: '#B99C5A'

red 185 ◦ green 156 ◦ blue 90

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

Shades of Barley Corn #B99C5A

Tints of Barley Corn #B99C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.88%

R = 42.92%
G = 36.19%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B99C5A (or 0xB99C5A) is known color: Barley Corn. HEX triplet: B9, 9C and 5A. RGB value is (185,156,90). Sum of RGB (Red+Green+Blue) = 185+156+90=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99C5A is #4663A5. Grayscale: #9D9D9D. Windows color (decimal): -4613030 or 5938361. OLE color: 5938361.

HSL color Cylindrical-coordinate representation of color #B99C5A: hue angle of 41.68º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B99C5A is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 156 90 -
CMYK 0 0.16 0.51 0.27
HSL 41.68º 0.4% 0.54% -
HSV(B) 41.68º 0.51% 0.73% -
XYZ 33.74 34.83 14.62 -
YUV 157.15 90.11 147.87 -
System Red Green Blue C M Y K H S L
Decimal 185 156 90 0 0.16 0.51 0.27 41.68 0.4 0.54
Hex B9 9C 5A 0 10 33 1B 2A 28 36
Octal 271 234 132 0 20 63 33 52 50 66
Binary 10111001 10011100 1011010 0 10000 110011 11011 101010 101000 110110

Color Harmonies of #B99C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99C5A

Black with #B99C5A

Text Example


Text Example

White with #B99C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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