Html Css Color HEX #B99D5E Barley Corn

📋 copy color: '#B99D5E'

red 185 ◦ green 157 ◦ blue 94

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

Shades of Barley Corn #B99D5E

Tints of Barley Corn #B99D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.56%

R = 42.43%
G = 36.01%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B99D5E (or 0xB99D5E) is known color: Barley Corn. HEX triplet: B9, 9D and 5E. RGB value is (185,157,94). Sum of RGB (Red+Green+Blue) = 185+157+94=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99D5E is #4662A1. Grayscale: #9E9E9E. Windows color (decimal): -4612770 or 6200761. OLE color: 6200761.

HSL color Cylindrical-coordinate representation of color #B99D5E: hue angle of 41.54º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B99D5E is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 157 94 -
CMYK 0 0.15 0.49 0.27
HSL 41.54º 0.39% 0.55% -
HSV(B) 41.54º 0.49% 0.73% -
XYZ 34.08 35.24 15.59 -
YUV 158.19 91.78 147.12 -
System Red Green Blue C M Y K H S L
Decimal 185 157 94 0 0.15 0.49 0.27 41.54 0.39 0.55
Hex B9 9D 5E 0 F 31 1B 2A 27 37
Octal 271 235 136 0 17 61 33 52 47 67
Binary 10111001 10011101 1011110 0 1111 110001 11011 101010 100111 110111

Color Harmonies of #B99D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99D5E

Black with #B99D5E

Text Example


Text Example

White with #B99D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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