Html Css Color HEX #B99D5A Barley Corn

📋 copy color: '#B99D5A'

red 185 ◦ green 157 ◦ blue 90

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

Shades of Barley Corn #B99D5A

Tints of Barley Corn #B99D5A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.34%

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

R = 42.82%
G = 36.34%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B99D5A (or 0xB99D5A) is known color: Barley Corn. HEX triplet: B9, 9D and 5A. RGB value is (185,157,90). Sum of RGB (Red+Green+Blue) = 185+157+90=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99D5A is #4662A5. Grayscale: #9E9E9E. Windows color (decimal): -4612774 or 5938617. OLE color: 5938617.

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

Color convert

RGB 185 157 90 -
CMYK 0 0.15 0.51 0.27
HSL 42.32º 0.4% 0.54% -
HSV(B) 42.32º 0.51% 0.73% -
XYZ 33.91 35.17 14.67 -
YUV 157.73 89.78 147.45 -
System Red Green Blue C M Y K H S L
Decimal 185 157 90 0 0.15 0.51 0.27 42.32 0.4 0.54
Hex B9 9D 5A 0 F 33 1B 2A 28 36
Octal 271 235 132 0 17 63 33 52 50 66
Binary 10111001 10011101 1011010 0 1111 110011 11011 101010 101000 110110

Color Harmonies of #B99D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99D5A

Black with #B99D5A

Text Example


Text Example

White with #B99D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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